Comment 51 for bug 1588051

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

Reviewed: https://review.openstack.org/351314
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_sahara/commit/?id=eabf2603795a9f74299824f64f27c311081c21b9
Submitter: Jenkins
Branch: master

commit eabf2603795a9f74299824f64f27c311081c21b9
Author: Kevin Carter <email address hidden>
Date: Thu Aug 4 12:37:04 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: I100faf83b9ed7060151e3da89a2234e8f14c94f3
    Closes-Bug: 1588051
    Signed-off-by: Kevin Carter <email address hidden>