Suppress urllib3.connection INFO level logging
The urllib3.connection library is generating INFO level log messages for every HTTP connection made to other openstack services. This is not helpful, so let's suppress them. Change-Id: I00ba5fadf459a2e3b112f440ea0616c64758a8ad
This commit is contained in:
parent
0f1bb1bfb6
commit
08278c9e4a
@ -134,5 +134,6 @@ def prepare_service(argv=[]):
|
||||
'neutronclient=WARN',
|
||||
'glanceclient=WARN',
|
||||
'ironic.openstack.common=WARN',
|
||||
'urllib3.connectionpool=WARN',
|
||||
])
|
||||
log.setup('ironic')
|
||||
|
Loading…
x
Reference in New Issue
Block a user