This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients felipecruz, vinay.sajip
Date 2016-08-06.10:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470478167.76.0.338189776882.issue25785@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug. For example, if you set up a rotating handler to rollover every minute but only log once every two minutes, you won't get any empty log files for the minutes where logging didn't happen.

The behaviour of the handler isn't expected to keep track of when the program is interrupted and restarted. If you need this, it is best to subclass the handler.
History
Date User Action Args
2016-08-06 10:09:27vinay.sajipsetrecipients: + vinay.sajip, felipecruz
2016-08-06 10:09:27vinay.sajipsetmessageid: <1470478167.76.0.338189776882.issue25785@psf.upfronthosting.co.za>
2016-08-06 10:09:27vinay.sajiplinkissue25785 messages
2016-08-06 10:09:27vinay.sajipcreate