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:
Dmitry Tantsur 2020-05-06 10:33:11 +02:00
parent f7844d923f
commit 0eaaa14276
1 changed files with 2 additions and 0 deletions

View File

@ -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',