[SOLVED]How do I turn on logging so I can diagnose problems?

Hello,

Can anyone tell me how I can turn on and retrieve logging for Volumio? I’m trying to get to the bottom of a problem and have no idea how.

Thanks

ssh into your system and looks at /var/log/volumio.log.

Is this logging verbose? Are there settings to really fill out the logs past the odd statement?

Your best bet is to log via ssh and do

sudo journalctl -f 

Thank you very much!