Caleb9 / syno-photo-frame

Build a digital photo frame for Synology Photos with Raspberry Pi
GNU General Public License v3.0
43 stars 3 forks source link

Can I start a debug output? #16

Closed sks7g closed 3 months ago

sks7g commented 3 months ago

Now it has happened, the micro SD card has said goodbye, so no backup, reinstall. Pi-OS Lite 04.07.2024, syno-foto-frame 0.12.1 , latest.

So far, so good, the shared link has not changed. After starting, I only see the process, no output on the screen. Is there a --debug to find out what the process is doing?

Caleb9 commented 3 months ago

Yes, run the program like this: RUST_LOG=debug syno-photo-frame ... You can try trace instead of debug for even more verbose output.