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 Change-Id: I39a36316bd8778831b1bd5e7c5e2e12ede062a37
This commit is contained in:
@@ -11,3 +11,4 @@ oslo.context>=0.2.0 # Apache-2.0
|
||||
oslo.i18n>=1.5.0 # Apache-2.0
|
||||
oslo.utils>=1.4.0 # Apache-2.0
|
||||
oslo.serialization>=1.4.0 # Apache-2.0
|
||||
debtcollector>=0.3.0 # Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user