tfabris / CrowCam

A set of Bash scripts to control and maintain a YouTube live cam from a Synology NAS.
GNU General Public License v3.0
3 stars 3 forks source link

Clean up some of the logging noise #80

Closed tfabris closed 5 months ago

tfabris commented 5 months ago

My recent excursions into fixing issue #69 and other issues, has caused an increase in the number of "info" level logs in the Synology system log. Pare most of these down back to "dbg" level so that the log isn't so chatty. The log should provide good actionable information when something goes wrong, but if things are on the golden path, then most of the new "info" logs should go back to "dbg".

I'm mainly thinking of the flurry of messages each time that a new YouTube stream is created from scratch. However, scan through all of the "info" messages and see if they can be pared back a bit.

tfabris commented 5 months ago

Fixed in ace94de.