From: Dan Prince Date: Tue, 17 Dec 2013 15:35:19 +0000 (-0500) Subject: Update the descriptions for the log cfg opts X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f78608f77cf1bbf87f9cdf8000f9abe3b54caafe;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/etc/neutron.conf b/etc/neutron.conf index a54bcd867..d49964e65 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