Silence debug logging from oslo_messaging
Change-Id: I5b2cede04ec2b76cbdd5ede192fa0eef833afefa
This commit is contained in:
parent
41b3323602
commit
fe15db0e0d
@ -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()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user