Comment 21 for bug 1385295

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

Reviewed: https://review.openstack.org/159606
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=2bf8164a908b51c13d4709e63e7cb2905b5548c7
Submitter: Jenkins
Branch: master

commit 2bf8164a908b51c13d4709e63e7cb2905b5548c7
Author: John Stanford <email address hidden>
Date: Thu Feb 26 12:47:16 2015 -0800

    Make use_syslog=True log to syslog via /dev/log

    After upgrade from Icehouse to Juno OpenStack services don't log to
    syslog via /dev/log anymore. This behaviour was introduced in commit
    1188d88a73e75da5c143d0dfad34e10dad0daee0. While /dev/log is arguably
    not a very portable default, breaking the backwards compatibility is
    even worse.
    This commit restores the original behaviour. /dev/log portability
    issues will be addressed separately.
    Closes-Bug: #1385295
    Related-Bug: #1391428

    Change-Id: I5c450595fde7451a5bf9372430a53e75dd5773a3