Comment 72 for bug 1588051

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

Reviewed: https://review.openstack.org/351302
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=532025c21dd543745123c5b1120e5a41b2af2988
Submitter: Jenkins
Branch: master

commit 532025c21dd543745123c5b1120e5a41b2af2988
Author: Kevin Carter <email address hidden>
Date: Thu Aug 4 12:36:08 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: I10d73991d566d0ad0f6a91cf11cf835a8299e387
    Closes-Bug: 1588051
    Signed-off-by: Kevin Carter <email address hidden>