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 mschiess
Recipients mschiess, python-dev, vinay.sajip
Date 2022-01-14.18:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642184721.76.0.670756391597.issue46377@roundup.psfhosted.org>
In-reply-to
Content
Yes, enforcing interval == 1 or interval == None (which pulls the TimedRotatingFileHandler class __init__ default value which is also 1) works perfectly with midnight.

I do not see any urge on that topic - as I personally now know the issue :D - but I really feel this fix could save someones else's time someday ;) 

So going the "safe" way via deprecation cycle seems to be the right approach
History
Date User Action Args
2022-01-14 18:25:21mschiesssetrecipients: + mschiess, vinay.sajip, python-dev
2022-01-14 18:25:21mschiesssetmessageid: <1642184721.76.0.670756391597.issue46377@roundup.psfhosted.org>
2022-01-14 18:25:21mschiesslinkissue46377 messages
2022-01-14 18:25:21mschiesscreate