
Without this patch no conversion was taking place and message containing special characters were raising TypeError exceptions. Just like the following example: >>> import syslog >>> syslog.syslog(syslog.LOG_DEBUG, u"kaboom") >>> syslog.syslog(syslog.LOG_DEBUG, u"François Deppierraz") Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: [priority,] message string >>> Change-Id: I7557e016e8b9894033953bee689c79484c4a11f3 Closes-Bug: #1483842
oslo.log -- Oslo Logging Library
The oslo.log (logging) configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc).
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.log
- Source: http://git.openstack.org/cgit/openstack/oslo.log
- Bugs: http://bugs.launchpad.net/oslo.log
Description