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 Remi.Broemeling
Recipients Remi.Broemeling, georg.brandl, rszefler, vinay.sajip
Date 2010-09-02.14:54:45
SpamBayes Score 1.9911424e-09
Marked as misclassified No
Message-id <1283439287.35.0.939401258442.issue7077@psf.upfronthosting.co.za>
In-reply-to
Content
I was encountering the logging.handlers.SysLogHandler bug described by Georg Brandl yesterday/today -- it took quite a while to track down the issue as I assumed it would be in either my code or possibly the framework code (Django).  I didn't take into account that the issue might well be in Python's core logging library.

I've applied the patch (r84222) to my environment and it works, would vote this issue up as needing to be fixed in stable releases of Python ASAP.  Not much worse than sporadically failing logging (i.e. if you're logging both UTF and non-UTF log lines).
History
Date User Action Args
2010-09-02 14:54:47Remi.Broemelingsetrecipients: + Remi.Broemeling, georg.brandl, vinay.sajip, rszefler
2010-09-02 14:54:47Remi.Broemelingsetmessageid: <1283439287.35.0.939401258442.issue7077@psf.upfronthosting.co.za>
2010-09-02 14:54:45Remi.Broemelinglinkissue7077 messages
2010-09-02 14:54:45Remi.Broemelingcreate