Silence debug logging from oslo_messaging

Change-Id: I5b2cede04ec2b76cbdd5ede192fa0eef833afefa
This commit is contained in:
Dmitry Tantsur 2020-05-06 10:29:43 +02:00
parent 41b3323602
commit fe15db0e0d
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()