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 markgrandi, ramhux, vinay.sajip
Date 2016-08-18.18:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471543255.11.0.391618644976.issue13516@psf.upfronthosting.co.za>
In-reply-to
Content
You don't need a subclass - you can specify your own function to do it, as in the cookbook example:

https://docs.python.org/3/howto/logging-cookbook.html#using-a-rotator-and-namer-to-customize-log-rotation-processing
History
Date User Action Args
2016-08-18 18:00:55vinay.sajipsetrecipients: + vinay.sajip, ramhux, markgrandi
2016-08-18 18:00:55vinay.sajipsetmessageid: <1471543255.11.0.391618644976.issue13516@psf.upfronthosting.co.za>
2016-08-18 18:00:55vinay.sajiplinkissue13516 messages
2016-08-18 18:00:54vinay.sajipcreate