From 9bb4c5c1c4afeb14942f00de6f68eda27553b669 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Wed, 19 Dec 2018 10:55:42 +0100 Subject: [PATCH] Set same debug log level as per DevStack local.conf Change-Id: Idbfad56a01aecb15a7508378158e6f07ea77e97b --- devstack/plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index f0713286f3..bd62857104 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -219,6 +219,7 @@ function octavia_configure { # Use devstack logging configuration setup_logging $OCTAVIA_CONF + iniset $OCTAVIA_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL # Change bind host iniset $OCTAVIA_CONF api_settings bind_host $SERVICE_HOST