[issue7077] SysLogHandler can't handle Unicode

Remi Broemeling report at bugs.python.org
Thu Sep 2 16:54:47 CEST 2010


Remi Broemeling <remi at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7077>
_______________________________________


More information about the Python-bugs-list mailing list