Silence debug messages from oslo_messaging
We already silence the "oslo.messaging" prefix, but the library
also uses "oslo_messsaging" in some cases.
Change-Id: Ifa9743c39bbd1424fbb07e2b65f409c9d7ca826a
(cherry picked from commit aa43322544
)
This commit is contained in:
parent
ba6db8dcd5
commit
08887f8c5f
@ -88,7 +88,9 @@ def update_opt_defaults():
|
||||
'amqp=WARNING',
|
||||
'amqplib=WARNING',
|
||||
'qpid.messaging=INFO',
|
||||
# This comes in two flavors
|
||||
'oslo.messaging=INFO',
|
||||
'oslo_messaging=INFO',
|
||||
'sqlalchemy=WARNING',
|
||||
'stevedore=INFO',
|
||||
'eventlet.wsgi.server=INFO',
|
||||
|
Loading…
Reference in New Issue
Block a user