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:
Nicolas Simonds 2013-05-21 16:00:07 -07:00
parent d17fd51359
commit cda21fd594

View File

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