Silence amqp DEBUG messages in logs
Change-Id: I8c060f7cb88697bb378e5e3cff98d2ae75db9766
This commit is contained in:
parent
4d569fa720
commit
48a9fea661
@ -32,7 +32,9 @@ def set_config_defaults():
|
||||
'urllib3.connectionpool=WARNING',
|
||||
'keystonemiddleware=WARNING',
|
||||
'keystoneauth=WARNING',
|
||||
'ironicclient=WARNING'])
|
||||
'ironicclient=WARNING',
|
||||
'amqp=WARNING',
|
||||
'amqplib=WARNING'])
|
||||
set_cors_middleware_defaults()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user