summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-03 14:20:10 +0000
committerGerrit Code Review <review@openstack.org>2017-05-03 14:20:10 +0000
commitc408b2dafe1fa9a4ae929211f4ad698ef6efd243 (patch)
treef3b832e219090343723ee1c3bfa8b786caa57714 /devstack
parent39b797faf16b4c6a0f508c51de36c090147b5725 (diff)
parentc1887a86a2e8142977ab67897199e3d31f6a4744 (diff)
downloadironic-c408b2dafe1fa9a4ae929211f4ad698ef6efd243.tar.gz
Merge "[devstack] use the generic function to setup logging"
Diffstat (limited to 'devstack')
-rw-r--r--devstack/lib/ironic4
1 files changed, 1 insertions, 3 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index 17b6d7cf6..bcc67d8bd 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -953,9 +953,7 @@ function configure_ironic {
fi
# Format logging
- if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
- setup_colorized_logging $IRONIC_CONF_FILE DEFAULT tenant user
- fi
+ setup_logging $IRONIC_CONF_FILE
# Adds WSGI for Ironic API
if [[ "$IRONIC_USE_MOD_WSGI" == "True" || "$IRONIC_IPXE_ENABLED" == "True" ]]; then