Enable debug if ENABLE_DEBUG_LOG_LEVEL is set

Change-Id: I51baf6a2e36bacc8a43b9834144b640d88a9f121
This commit is contained in:
Hongbin Lu 2017-09-20 23:42:41 +00:00
parent 2490c368e3
commit d17c519497
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ function configure_kuryr {
else
iniset -sudo ${KURYR_CONFIG} DEFAULT bindir "$binding_path/libexec/kuryr"
fi
iniset -sudo ${KURYR_CONFIG} DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
}