Comment 88 for bug 1588051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.log (master)

Reviewed: https://review.openstack.org/351283
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=15526473b0634a6b0cf63b14b2f01daa6f792dd6
Submitter: Jenkins
Branch: master

commit 15526473b0634a6b0cf63b14b2f01daa6f792dd6
Author: Ian Cordasco <email address hidden>
Date: Thu Aug 4 11:35:19 2016 -0500

    Default use_stderr to False

    While defaulting use_stderr to True might be a useful development
    default, it is not useful for operators. Operators using systemd,
    upstart, or any of these kinds of services, will find that if they
    specify --log-file they will have two copies of the same logs on their
    disk:

    - one in the service log (e.g., /var/log/upstart)
    - one in the log file they specify with --log-file

    Instead of operators having to disable stderr log in every
    configuration, we should just default it to False here.

    Closes-bug #1588051

    Change-Id: I85f8670d98d03101888fb7bb0c89eb809719b4e8