Remove deprecated option 'DEFAULT/verbose'

Option "verbose" from group "DEFAULT" is deprecated from the oslo.log
library. Its value may be silently ignored in the future. If this option
is not set explicitly, there is no such warning.

Furthermore, the default value of verbose is true, so there is no
need to set this value in config files.

Change-Id: If760c42da26aefe49ae52415941e6146bcbccb6a
This commit is contained in:
binean 2016-02-05 23:20:11 +08:00 committed by ting wang
parent 0fa7107046
commit 55298c40a3
2 changed files with 0 additions and 6 deletions

View File

@ -95,9 +95,6 @@ function configure_barbican {
# Copy functional test config
cp $BARBICAN_DIR/etc/barbican/barbican-functional.conf $BARBICAN_CONF_DIR
# Set the logging to INFO
iniset $BARBICAN_CONF DEFAULT verbose True
# Do not set to DEBUG
iniset $BARBICAN_CONF DEFAULT debug False

View File

@ -1,7 +1,4 @@
[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
#debug = True