Merge "Silence debug logging from oslo_messaging" into stable/train

This commit is contained in:
Zuul 2020-05-09 23:35:41 +00:00 committed by Gerrit Code Review
commit d0a6d447cc
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ def set_config_defaults():
'keystoneauth=WARNING',
'ironicclient=WARNING',
'amqp=WARNING',
'amqplib=WARNING'])
'amqplib=WARNING',
# This comes in two flavors
'oslo.messaging=WARNING',
'oslo_messaging=WARNING'])
set_cors_middleware_defaults()