Merge "Add logging handler for openstack_auth in the tests"
This commit is contained in:
commit
24aef457d8
@ -151,6 +151,10 @@ LOGGING['loggers'].update(
|
||||
'handlers': ['test'],
|
||||
'propagate': False,
|
||||
},
|
||||
'openstack_auth': {
|
||||
'handlers': ['test'],
|
||||
'propagate': False,
|
||||
},
|
||||
'novaclient': {
|
||||
'handlers': ['test'],
|
||||
'propagate': False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user