Merge "Stop logging paramiko's DEBUG and INFO messages"

This commit is contained in:
Jenkins 2014-03-18 09:41:05 +00:00 committed by Gerrit Code Review
commit 1e0760d993

View File

@ -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')