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: I3799265a48c8f92f9cef77a10b3f02fa6aa66b7f Closes-Bug: 1588051 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
087acfb6e8
commit
449becae64
@ -1,4 +1,6 @@
|
||||
[DEFAULT]
|
||||
# Disable stderr logging
|
||||
use_stderr = False
|
||||
|
||||
#
|
||||
# From oslo.log
|
||||
|
Loading…
Reference in New Issue
Block a user