Merge "Silence debug messages from oslo_messaging"

This commit is contained in:
Zuul 2020-05-08 18:22:11 +00:00 committed by Gerrit Code Review
commit 36c1bd6b6f
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',