Issue 2318: TimedRotatingFileHandler: rotate every month, or every year (original) (raw)

Issue2318

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:31 admin set github: 46571
2008-04-02 21:15:36 vinay.sajip set status: open -> closedresolution: latermessages: +
2008-03-17 19:26:48 georg.brandl set assignee: vinay.sajipnosy: + vinay.sajip
2008-03-17 08:32:59 ceder create