Merge "Set debug mode according to ENABLE_DEBUG_LOG_LEVEL"

This commit is contained in:
Zuul 2018-04-16 20:06:03 +00:00 committed by Gerrit Code Review
commit ffee588a21
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ function configure_barbican {
cp $BARBICAN_DIR/etc/barbican/barbican-functional.conf $BARBICAN_CONF_DIR
# Enable DEBUG
iniset $BARBICAN_CONF DEFAULT debug True
iniset $BARBICAN_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
# Set the host_href
iniset $BARBICAN_CONF DEFAULT host_href "$BARBICAN_HOST_HREF"