Merge "Remove deprecated option 'DEFAULT/verbose'"

This commit is contained in:
Jenkins 2016-04-15 06:07:13 +00:00 committed by Gerrit Code Review
commit 23cea620a2
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