You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this running in daemon mode, but wanted to know how I could see logs in this mode since they aren't output to the console. I didn't see a log file in the /opt/miflora-mqtt-daemon directory
The text was updated successfully, but these errors were encountered:
Hey @broyuken,
You can see some logging via sudo systemctl status miflora.service
If you are interested in the full log you can write it to syslog or any other facility. You should get what you are asking for by uncommenting the two lines here:
In the newer versions of Openhabian (based on Debian 12) syslog is depreciated and journal is standard.
This brings up this warning:
/etc/systemd/system/miflora.service:13: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Hello,
I have this running in daemon mode, but wanted to know how I could see logs in this mode since they aren't output to the console. I didn't see a log file in the /opt/miflora-mqtt-daemon directory
The text was updated successfully, but these errors were encountered: