Skip to content

Commit 52ba3fb

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Correct logging_context_format_string for Ironic"
2 parents 45f0e3d + 010963c commit 52ba3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ironic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function configure_ironic {
285285

286286
# Format logging
287287
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
289289
fi
290290

291291
if [[ "$IRONIC_IPXE_ENABLED" == "True" ]]; then

0 commit comments

Comments
 (0)