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

View File

@ -1,4 +1,6 @@
[DEFAULT]
# Disable stderr logging
use_stderr = False
# default target endpoint type
# should match the endpoint type defined in service catalog
target_endpoint_type = key-manager

View File

@ -1,4 +1,6 @@
[DEFAULT]
# Disable stderr logging
use_stderr = False
# Show debugging output in logs (sets DEBUG log level output)
#debug = True