sbidy / MacroMilter

This python based milter (mail-filter) checks an incoming mail for suspicious VBA macro code in MS 20xx Office attachments (doc, xls, ppt ...).
MIT License
37 stars 14 forks source link

Logrotate and logging.handlers.TimedRotatingFileHandler() #17

Closed robert-scheck closed 6 years ago

robert-scheck commented 6 years ago

Code uses Python's logging.handlers.TimedRotatingFileHandler() and there is also a logrotate configuration file. May I ask why logrotation happens twice?

sbidy commented 6 years ago

I'll fix the "duplication" in the next release. I think we should switch to the logrotate approach for better handling and configuration capabilities.

robert-scheck commented 6 years ago

Fix verified as per 3.4.3