Colorise mistral log output
This makes debugging more funny. Change-Id: Ib5b20c8bb9b4acd331c87f1f8224cf053401d65b
This commit is contained in:
parent
ee8c6f363f
commit
a51ef9c0b9
@ -101,6 +101,10 @@ function configure_mistral {
|
||||
|
||||
# Configure action execution deletion policy
|
||||
iniset $MISTRAL_CONF_FILE api allow_action_execution_deletion True
|
||||
|
||||
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
|
||||
setup_colorized_logging $MISTRAL_CONF_FILE DEFAULT tenant user
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user