Comment 65 for bug 1588051

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

Reviewed: https://review.openstack.org/351854
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=dcff3d073520961d5e0e692aad0d5636254a3a0b
Submitter: Jenkins
Branch: stable/mitaka

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