]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update the descriptions for the log cfg opts
authorDan Prince <dprince@redhat.com>
Tue, 17 Dec 2013 15:35:19 +0000 (10:35 -0500)
committerDan Prince <dprince@redhat.com>
Tue, 17 Dec 2013 15:35:19 +0000 (10:35 -0500)
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

index a54bcd8678215b28bf639d3745803baebd10a656..d49964e654d7a42583fcfbfaee670e15bfc382fe 100644 (file)
@@ -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