Remove doc about config option verbose

oslo.log deprecate config option verbose since aug 1, 2015 in review: in
https://review.openstack.org/#/c/206437/, and will remove it.

sahara doesn't use verbose but includes documents about config option
verbose, need clean up.

Change-Id: I3bf0cca4513ea0904c461df4f3089900ab2d8715
This commit is contained in:
ChangBo Guo(gcb) 2017-02-14 20:37:16 +08:00
parent 23ee18f797
commit e4d57aa863
2 changed files with 3 additions and 10 deletions

View File

@ -61,12 +61,9 @@ be set to ``false``.
With these parameters set, sahara is ready to run.
If you wish to increase the logging levels for troubleshooting there
are two parameters in the ``[DEFAULT]`` section of the configuration
file which control the level of logging output; ``verbose`` and
``debug``. With ``verbose`` set to ``true`` sahara's default logging
level will be set to INFO, and with ``debug`` set to ``true`` it will
be set to DEBUG. By default the sahara's log level is set to WARNING.
By default the sahara's log level is set to INFO. If you wish to increase
the logging levels for troubleshooting, set ``debug`` to ``true`` in the
``[DEFAULT]`` section of the configuration file.
.. _neutron-nova-network:

View File

@ -76,10 +76,6 @@
# of default WARNING level). (boolean value)
#debug=false
# Print more verbose output (set logging level to INFO instead
# of default WARNING level). (boolean value)
#verbose=false
# Log output to standard error. (boolean value)
#use_stderr=true