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: I100faf83b9ed7060151e3da89a2234e8f14c94f3 Closes-Bug: 1588051 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
bb2d31e0f3
commit
eabf260379
@ -4,6 +4,9 @@
|
|||||||
{% set api_threads = _api_threads if _api_threads > 0 else 1 %}
|
{% set api_threads = _api_threads if _api_threads > 0 else 1 %}
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
# Disable stderr logging
|
||||||
|
use_stderr = False
|
||||||
|
|
||||||
debug = {{ debug }}
|
debug = {{ debug }}
|
||||||
log_file = /var/log/sahara/sahara.log
|
log_file = /var/log/sahara/sahara.log
|
||||||
fatal_deprecations = {{ sahara_fatal_deprecations }}
|
fatal_deprecations = {{ sahara_fatal_deprecations }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user