Comment 69 for bug 1588051

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

Reviewed: https://review.openstack.org/351312
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=ba9b97e05a13f369d91c6e4be334a457f5f94771
Submitter: Jenkins
Branch: master

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