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 markgrandi
Recipients markgrandi, ramhux, vinay.sajip
Date 2016-08-18.19:01:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471546869.32.0.127576966571.issue13516@psf.upfronthosting.co.za>
In-reply-to
Content
While I will say that is slightly easier than subclassing, it still requires a function, or a variation of that to be present in every project that wants to have a RotatingHandler + compression, and extra lines if you use logging.config.dictConfig, as you will need to reference an external function rather than just specifying the filename = *.gz

I don't see this this simple feature would add much maintainer overhead, as lzma.open, bz2.open and gz.open are all pretty simple to use and are all already in the stdlib
History
Date User Action Args
2016-08-18 19:01:09markgrandisetrecipients: + markgrandi, vinay.sajip, ramhux
2016-08-18 19:01:09markgrandisetmessageid: <1471546869.32.0.127576966571.issue13516@psf.upfronthosting.co.za>
2016-08-18 19:01:09markgrandilinkissue13516 messages
2016-08-18 19:01:09markgrandicreate