diff --git a/devstack/lib/barbican b/devstack/lib/barbican index 50b1768f..798743fb 100644 --- a/devstack/lib/barbican +++ b/devstack/lib/barbican @@ -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 diff --git a/etc/barbican/barbican.conf b/etc/barbican/barbican.conf index 6d4cd0cf..6ed5db71 100644 --- a/etc/barbican/barbican.conf +++ b/etc/barbican/barbican.conf @@ -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