Suppress logs from stevedore
The stevedore library tends to put large number of logs especially when debug is enabled. This suppresses from this library, as is done in oslo.log by default. Change-Id: I8989bdf132e8498093cbe05a7858a9315e858994
This commit is contained in:
parent
969cccb0c5
commit
dc5da6722e
@ -35,6 +35,7 @@ def set_config_defaults():
|
||||
'ironicclient=WARNING',
|
||||
'amqp=WARNING',
|
||||
'amqplib=WARNING',
|
||||
'stevedore=WARNING',
|
||||
# This comes in two flavors
|
||||
'oslo.messaging=WARNING',
|
||||
'oslo_messaging=WARNING'])
|
||||
|
Loading…
Reference in New Issue
Block a user