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 vinay.sajip
Recipients desmondgc, vinay.sajip
Date 2010-09-03.09:48:07
SpamBayes Score 0.27551007
Marked as misclassified No
Message-id <1283507288.88.0.212063372176.issue9726@psf.upfronthosting.co.za>
In-reply-to
Content
You can do this by subclassing RotatingFileHandler and overriding doRollover, as per this example:

http://plumberjack.blogspot.com/2010/09/using-custom-file-naming-scheme-for.html
History
Date User Action Args
2010-09-03 09:48:08vinay.sajipsetrecipients: + vinay.sajip, desmondgc
2010-09-03 09:48:08vinay.sajipsetmessageid: <1283507288.88.0.212063372176.issue9726@psf.upfronthosting.co.za>
2010-09-03 09:48:07vinay.sajiplinkissue9726 messages
2010-09-03 09:48:07vinay.sajipcreate