oslo.log/oslo_log/tests
Julien Danjou 9a6c22663b Replace RFCSysLogHandler by a syslog() based one
Rather than using the Python provided logging module that reimplents the
whole syslog protocol and pointing it to /dev/log (which is not
portable), we use the system calls from the syslog module, which are
portable and default to the behaviour we actually want.

Closes-Bug: 1385295
Closes-Bug: 1391428

Partial-Bug: 1459046

(cherry picked from commit 33f5c6f94d)

Conflicts:
	oslo_log/log.py
	requirements.txt

Change-Id: I2e47c896841cbd43d1f5504f2b8b897fc432cd0b
2015-06-22 17:37:05 -04:00
..
unit Replace RFCSysLogHandler by a syslog() based one 2015-06-22 17:37:05 -04:00
__init__.py Move files out of the namespace package 2014-12-17 21:43:41 -05:00