[issue2318] TimedRotatingFileHandler: rotate every month, or every year

2008-04-02 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: 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 ;-) -- resolution: -> later status: open -> closed __ Tracker

[issue2318] TimedRotatingFileHandler: rotate every month, or every year

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailin

[issue2318] TimedRotatingFileHandler: rotate every month, or every year

2008-03-17 Thread Per Cederqvist
New submission from Per Cederqvist <[EMAIL PROTECTED]>: 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 e