Merge "Add a logging handler for the cinderclient to the local_settings.py.example"

This commit is contained in:
Jenkins 2013-05-22 20:57:59 +00:00 committed by Gerrit Code Review
commit 58189d2697

View File

@ -210,6 +210,10 @@ LOGGING = {
'handlers': ['console'],
'propagate': False,
},
'cinderclient': {
'handlers': ['console'],
'propagate': False,
},
'keystoneclient': {
'handlers': ['console'],
'propagate': False,