Comment 39 for bug 1588051

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

Reviewed: https://review.openstack.org/351309
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=866c15301e19ae089fd55f1b7fb35059d93976bd
Submitter: Jenkins
Branch: master

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