From 80caf5833381c6e6dc3bf802d715cf8c02236124 Mon Sep 17 00:00:00 2001 From: TienDC Date: Sat, 26 Jan 2019 00:42:20 +0700 Subject: [PATCH] Remove uses of logger name "oslo_messaging" The old olso namespace package logger config should not be used as stated by [1], this patch removes the redundant one. [1] https://github.com/openstack/oslo.log/blob/master/oslo_log/log.py#L466 Change-Id: I58401867cfe34b1becd438702888e3875602b38d --- ironic/conf/opts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ironic/conf/opts.py b/ironic/conf/opts.py index aa0e5786f6..79456bec3e 100644 --- a/ironic/conf/opts.py +++ b/ironic/conf/opts.py @@ -88,9 +88,6 @@ def update_opt_defaults(): 'amqp=WARNING', 'amqplib=WARNING', 'qpid.messaging=INFO', - # TODO(therve): when bug #1685148 is fixed in oslo.messaging, we - # should be able to remove one of those 2 lines. - 'oslo_messaging=INFO', 'oslo.messaging=INFO', 'sqlalchemy=WARNING', 'stevedore=INFO',