From 03778b9167da3a378bb57aed86622133f6c379cb Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 17 Dec 2013 10:35:19 -0500 Subject: [PATCH] Update the descriptions for the log cfg opts The existing logging config descriptions are incorrect. This fix makes the documented config settings for verbose/debug match their current behaviour. Change-Id: I1a3830ca616c379cd37593fb3c3ef30a0d368cd9 Closes-Bug: #1261793 --- etc/neutron.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/neutron.conf b/etc/neutron.conf index a54bcd8678..d49964e654 100644 --- a/etc/neutron.conf +++ b/etc/neutron.conf @@ -1,10 +1,10 @@ [DEFAULT] -# Default log level is INFO -# verbose and debug has the same result. -# One of them will set DEBUG log level output -# debug = False +# Print more verbose output (set logging level to INFO instead of default WARNING level). # verbose = False +# Print debugging output (set logging level to DEBUG instead of default WARNING level). +# debug = False + # Where to store Neutron state files. This directory must be writable by the # user executing the agent. # state_path = /var/lib/neutron