Browse code

Merge "Correct logging_context_format_string for Ironic"

Jenkins authored on 2015/07/10 17:54:50
Showing 1 changed files
... ...
@@ -285,7 +285,7 @@ function configure_ironic {
285 285
 
286 286
     # Format logging
287 287
     if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
288
-        setup_colorized_logging $IRONIC_CONF_FILE DEFAULT
288
+        setup_colorized_logging $IRONIC_CONF_FILE DEFAULT tenant user
289 289
     fi
290 290
 
291 291
     if [[ "$IRONIC_IPXE_ENABLED" == "True" ]]; then