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: I8b8c4172a8bed54c507ebe6d54f9b3db6669afe4 Closes-Bug: 1588051 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
a3a79925e5
commit
a597bf073d
@ -5,6 +5,8 @@
|
||||
|
||||
# General, applies to all host groups
|
||||
[DEFAULT]
|
||||
# Disable stderr logging
|
||||
use_stderr = False
|
||||
debug = {{ debug }}
|
||||
fatal_deprecations = {{ neutron_fatal_deprecations }}
|
||||
log_file = /var/log/neutron/neutron.log
|
||||
|
Loading…
Reference in New Issue
Block a user