Remi Broemeling <r...@broemeling.org> added the comment:

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).

----------
nosy: +Remi.Broemeling

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7077>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to