mailnag
mailnag copied to clipboard
logging: include "mailnag" and default to WARNING level
This is one way to address the questions raised in Issue #227. Let me know what you think. I'd also be inclined to remove the timestamp, and am happy to make that change as well if you'd like. One could also consider adding -v/--verbose
which triggers INFO level and --debug
which triggers DEBUG level.
Closes #227
Any feedback on this? Maybe this could be merged as is, and further improvements could be made in the future?
Are you going to apply this ?