Comment 45 for bug 1588051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_swift (master)

Reviewed: https://review.openstack.org/351315
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_swift/commit/?id=10b0fc196d9b388c0b520d9ba0b2d0452a4d9f2c
Submitter: Jenkins
Branch: master

commit 10b0fc196d9b388c0b520d9ba0b2d0452a4d9f2c
Author: Kevin Carter <email address hidden>
Date: Thu Aug 4 12:37:10 2016 -0500

    Disable stderr logging

    OSLO logging currently defaults the 'use_stderr' option to True
    which results duplicate logs in service daemon logs for both
    upstart and systemd. To correct this issue the use_stderr
    option has been set to false.

    Change-Id: I76adb408232808b7a5c953ad384ab611725bdd66
    Closes-Bug: 1588051
    Signed-off-by: Kevin Carter <email address hidden>