From a597bf073db8448a112d3047e9b7796371f2292b Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 4 Aug 2016 12:36:51 -0500 Subject: [PATCH] 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: I8b8c4172a8bed54c507ebe6d54f9b3db6669afe4 Closes-Bug: 1588051 Signed-off-by: Kevin Carter --- templates/neutron.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/neutron.conf.j2 b/templates/neutron.conf.j2 index cae855ef..c0f799c8 100644 --- a/templates/neutron.conf.j2 +++ b/templates/neutron.conf.j2 @@ -5,6 +5,8 @@ # General, applies to all host groups [DEFAULT] +# Disable stderr logging +use_stderr = False debug = {{ debug }} fatal_deprecations = {{ neutron_fatal_deprecations }} log_file = /var/log/neutron/neutron.log