Comment 22 for bug 1385295

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.log (master)

Reviewed: https://review.openstack.org/136842
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=33f5c6f94d94d5464fea38229d880f177b05aff7
Submitter: Jenkins
Branch: master

commit 33f5c6f94d94d5464fea38229d880f177b05aff7
Author: Julien Danjou <email address hidden>
Date: Mon Nov 24 18:35:36 2014 +0100

    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