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 pocock
Recipients gregory.p.smith, gvanrossum, pocock, python-dev, r.david.murray, roysmith, scjody, tim.golden, vinay.sajip, zmk
Date 2014-07-29.12:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406637501.18.0.514843481978.issue14452@psf.upfronthosting.co.za>
In-reply-to
Content
As a workaround, Python 3.2 users can clobber the global variable codecs like this from their own init code:

    logging.handlers.codec = None

There is a more complete example here:

https://github.com/dpocock/python-rfc5424-logging-formatter
History
Date User Action Args
2014-07-29 12:38:21pococksetrecipients: + pocock, gvanrossum, gregory.p.smith, vinay.sajip, roysmith, tim.golden, r.david.murray, zmk, python-dev, scjody
2014-07-29 12:38:21pococksetmessageid: <1406637501.18.0.514843481978.issue14452@psf.upfronthosting.co.za>
2014-07-29 12:38:21pococklinkissue14452 messages
2014-07-29 12:38:21pocockcreate