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
[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