7f4c2acbac
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: I40e18d531d7551c6a460449dd17116abd68187b2 Closes-Bug: 1588051 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
10 lines
346 B
Django/Jinja
10 lines
346 B
Django/Jinja
[DEFAULT]
|
|
# Disable stderr logging
|
|
use_stderr = False
|
|
debug = {{ debug }}
|
|
log_file = /var/log/glance/glance-manage.log
|
|
fatal_deprecations = {{ glance_fatal_deprecations }}
|
|
|
|
[database]
|
|
connection = mysql+pymysql://{{ glance_galera_user }}:{{ glance_container_mysql_password }}@{{ glance_galera_address }}/{{ glance_galera_database }}?charset=utf8
|