Enable colorized logging in devstack plugin
Change-Id: Idc8e25a4ee71e1876bceb83528ca335d35faff7a
This commit is contained in:
parent
22c670a00a
commit
4aedc4558f
@ -141,6 +141,10 @@ function configure_inspector {
|
||||
|
||||
iniset "$IRONIC_CONF_FILE" inspector enabled True
|
||||
iniset "$IRONIC_CONF_FILE" inspector service_url $IRONIC_INSPECTOR_URI
|
||||
|
||||
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
|
||||
setup_colorized_logging $IRONIC_INSPECTOR_CONF_FILE DEFAULT
|
||||
fi
|
||||
}
|
||||
|
||||
function configure_inspector_swift {
|
||||
|
Loading…
Reference in New Issue
Block a user