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 ceder
Recipients ceder
Date 2008-03-17.08:32:58
SpamBayes Score 0.21338607
Marked as misclassified No
Message-id <1205742779.64.0.634680353877.issue2318@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-17 08:32:59cedersetspambayes_score: 0.213386 -> 0.21338607
recipients: + ceder
2008-03-17 08:32:59cedersetspambayes_score: 0.213386 -> 0.213386
messageid: <1205742779.64.0.634680353877.issue2318@psf.upfronthosting.co.za>
2008-03-17 08:32:59cederlinkissue2318 messages
2008-03-17 08:32:58cedercreate