Merge "Add a logging handler for the cinderclient to the local_settings.py.example"
This commit is contained in:
commit
58189d2697
@ -210,6 +210,10 @@ LOGGING = {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
},
|
||||
'cinderclient': {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
},
|
||||
'keystoneclient': {
|
||||
'handlers': ['console'],
|
||||
'propagate': False,
|
||||
|
Loading…
Reference in New Issue
Block a user