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 ronaldoussoren
Recipients eric.araujo, ronaldoussoren, vinay.sajip
Date 2012-10-23.10:09:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350986984.99.0.971663824258.issue9556@psf.upfronthosting.co.za>
In-reply-to
Content
An 'atTime' argument would work. I'm currently using a subclass of BaseRotatingHandler that implements just the 'MIDNIGHT' option of TimedRotatingFileHandler  with a rotation hour argument.

The attached patch is a first attempt at implementing the 'atTime' option, it is currently lacking documentation and tests for the 'WEEKLY' value for 'when'.
History
Date User Action Args
2012-10-23 10:09:45ronaldoussorensetrecipients: + ronaldoussoren, vinay.sajip, eric.araujo
2012-10-23 10:09:44ronaldoussorensetmessageid: <1350986984.99.0.971663824258.issue9556@psf.upfronthosting.co.za>
2012-10-23 10:09:44ronaldoussorenlinkissue9556 messages
2012-10-23 10:09:44ronaldoussorencreate