Merge "Re-enable client logging."
This commit is contained in:
commit
1ef918ee0c
@ -167,10 +167,6 @@ OPENSTACK_KEYSTONE_DEFAULT_ROLE = 'Member'
|
||||
|
||||
DEFAULT_EXCEPTION_REPORTER_FILTER = 'horizon.exceptions.HorizonReporterFilter'
|
||||
|
||||
if DEBUG:
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
try:
|
||||
from local.local_settings import *
|
||||
except ImportError:
|
||||
@ -182,6 +178,10 @@ COMPRESS_OFFLINE_CONTEXT = {
|
||||
'HORIZON_CONFIG': HORIZON_CONFIG
|
||||
}
|
||||
|
||||
if DEBUG:
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
# Deprecation for Essex/Folsom dashboard names; remove this code in H.
|
||||
_renames = (
|
||||
('horizon.dashboards.nova', 'openstack_dashboard.dashboards.project'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user