Merge "Stop logging paramiko's DEBUG and INFO messages"
This commit is contained in:
commit
1e0760d993
@ -62,7 +62,8 @@ def prepare_service(argv=[]):
|
||||
'keystoneclient=INFO',
|
||||
'stevedore=INFO',
|
||||
'eventlet.wsgi.server=WARN',
|
||||
'iso8601=WARN'
|
||||
'iso8601=WARN',
|
||||
'paramiko=WARN',
|
||||
])
|
||||
cfg.CONF(argv[1:], project='ironic')
|
||||
log.setup('ironic')
|
||||
|
Loading…
x
Reference in New Issue
Block a user