diff --git a/openstack_dashboard/local/local_settings.py.example b/openstack_dashboard/local/local_settings.py.example index dc3bf150b..db045459e 100644 --- a/openstack_dashboard/local/local_settings.py.example +++ b/openstack_dashboard/local/local_settings.py.example @@ -210,6 +210,10 @@ LOGGING = { 'handlers': ['console'], 'propagate': False, }, + 'cinderclient': { + 'handlers': ['console'], + 'propagate': False, + }, 'keystoneclient': { 'handlers': ['console'], 'propagate': False,