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.

classification
Title: TimedRotatingFileHandler: rotate every month, or every year
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: ceder, vinay.sajip
Priority: normal Keywords:

Created on 2008-03-17 08:32 by ceder, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg63627 - (view) Author: Per Cederqvist (ceder) Date: 2008-03-17 08:32
In my curent project, I would like to rotate log files on the 1st of
every month.  The TimedRotatingFileHandler class cannot do this, even
though it tries to be very generic.

I imagine that other projects would like to rotate the log file every
year.  That can also not be done.
msg64882 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2008-04-02 21:15
I'm not sure how much of a need there is for this, and I don't have much
think time I can devote to it, but I'll be happy to consider a patch ;-)
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46571
2008-04-02 21:15:36vinay.sajipsetstatus: open -> closed
resolution: later
messages: + msg64882
2008-03-17 19:26:48georg.brandlsetassignee: vinay.sajip
nosy: + vinay.sajip
2008-03-17 08:32:59cedercreate