Skip to content

Add a -s/--syslog option to log to syslog not stdout

MVernon requested to merge logging into main

As part of deployment, we want an option to log to syslog (and be silent on stdout in normal operation, so not producing cron-mail).

This doesn't change output when -s is not specified, tested on python 2 and 3.

Merge request reports