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 ramhux, vinay.sajip
Date 2011-12-11.22:42:17
SpamBayes Score 0.0013579746
Marked as misclassified No
Message-id <1323643338.2.0.629746492656.issue13516@psf.upfronthosting.co.za>
In-reply-to
Content
Some people might want other compression methods, e.g. bz2, zip, lzma ...

Have you considered subclassing the existing handler classes as in the following example?

http://code.activestate.com/recipes/502265-timedcompressedrotatingfilehandler/

Possibly I could change the implementation in 3.3 to make this easier to do ... I will give it some thought.
History
Date User Action Args
2011-12-11 22:42:18vinay.sajipsetrecipients: + vinay.sajip, ramhux
2011-12-11 22:42:18vinay.sajipsetmessageid: <1323643338.2.0.629746492656.issue13516@psf.upfronthosting.co.za>
2011-12-11 22:42:17vinay.sajiplinkissue13516 messages
2011-12-11 22:42:17vinay.sajipcreate