Comment 67 for bug 1588051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_glance (stable/mitaka)

Reviewed: https://review.openstack.org/351852
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_glance/commit/?id=ec9ae0917183b644c61a1fb6d74b4fdf34817e30
Submitter: Jenkins
Branch: stable/mitaka

commit ec9ae0917183b644c61a1fb6d74b4fdf34817e30
Author: Kevin Carter <email address hidden>
Date: Thu Aug 4 12:36:21 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: I40e18d531d7551c6a460449dd17116abd68187b2
    Closes-Bug: 1588051
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry picked from commit 7f4c2acbac2ce9196561c598967881acfbcb7044)