Merge "Suppress urllib3.connection INFO level logging"

This commit is contained in:
Jenkins 2015-03-18 20:15:29 +00:00 committed by Gerrit Code Review
commit 48b2861b91

View File

@ -134,5 +134,6 @@ def prepare_service(argv=[]):
'neutronclient=WARN',
'glanceclient=WARN',
'ironic.openstack.common=WARN',
'urllib3.connectionpool=WARN',
])
log.setup('ironic')