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 aeg
Recipients aeg
Date 2021-05-20.10:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621506119.34.0.442557367091.issue44186@roundup.psfhosted.org>
In-reply-to
Content
If you use TimedRotatingFileHandler and specify when='midnight',atTime, the log will always rollover if you start it at the same time as atTime.

For example, if atTime='00:00:00', and you run a script that outputs logs using the logger library twice at 00:00:00, the log that was rolled over the first time will be overwritten by the second rollover, and the 1st rollovered log will be lost.
History
Date User Action Args
2021-05-20 10:21:59aegsetrecipients: + aeg
2021-05-20 10:21:59aegsetmessageid: <1621506119.34.0.442557367091.issue44186@roundup.psfhosted.org>
2021-05-20 10:21:59aeglinkissue44186 messages
2021-05-20 10:21:59aegcreate