Add a logging handler for the cinderclient to the local_settings.py.example
This handles the Horizon piece of the API client logging wonderfulness Change-Id: Id2293898557b2fbbde092d8b67044482caf25c09 Fixes: Bug 1182678
This commit is contained in:
parent
d17fd51359
commit
cda21fd594
@ -210,6 +210,10 @@ LOGGING = {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
},
|
||||
'cinderclient': {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
},
|
||||
'keystoneclient': {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user