Colorise mistral log output

This makes debugging more funny.

Change-Id: Ib5b20c8bb9b4acd331c87f1f8224cf053401d65b
This commit is contained in:
Oleksii Chuprykov 2015-10-06 14:25:32 +03:00
parent ee8c6f363f
commit a51ef9c0b9
1 changed files with 4 additions and 0 deletions

View File

@ -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
}