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: I851b7648a682ef475f53adb46ecb20ed591c8f0c
Closes-Bug: 1588051
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-08-04 12:36:46 -05:00 committed by Kevin Carter (cloudnull)
parent cfbeec23e9
commit 259d5d12e6
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
[DEFAULT]
# Disable stderr logging
use_stderr = False
host = 0.0.0.0
rpc_backend = {{ magnum_rpc_backend }}