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
mailnag doesn't include the program name in the logs sent to syslog. For example, I see lines like:
Nov 21 12:52:39 hostname INFO (2021-11-21 12:52:39): Checking 1 email account(s).
Would it make sense to change LOG_FORMAT to include "mailnag[pid]: " at the front? Also, the date and time are redundant when sent to syslog.
The default log level is DEBUG, which sends unnecessary stuff to the logs. Would WARNING be better? (Or maybe INFO, but then I would prefer that "Checking %s email accounts(s)" be moved to DEBUG level.)
The text was updated successfully, but these errors were encountered:
Would it make sense to change
LOG_FORMAT
to include "mailnag[pid]: " at the front? Also, the date and time are redundant when sent to syslog.DEBUG
, which sends unnecessary stuff to the logs. Would WARNING be better? (Or maybe INFO, but then I would prefer that "Checking %s email accounts(s)" be moved to DEBUG level.)The text was updated successfully, but these errors were encountered: