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'
|
DEFAULT_EXCEPTION_REPORTER_FILTER = 'horizon.exceptions.HorizonReporterFilter'
|
||||||
|
|
||||||
if DEBUG:
|
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from local.local_settings import *
|
from local.local_settings import *
|
||||||
except ImportError:
|
except ImportError:
|
||||||
@ -182,6 +178,10 @@ COMPRESS_OFFLINE_CONTEXT = {
|
|||||||
'HORIZON_CONFIG': HORIZON_CONFIG
|
'HORIZON_CONFIG': HORIZON_CONFIG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if DEBUG:
|
||||||
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
||||||
|
|
||||||
# Deprecation for Essex/Folsom dashboard names; remove this code in H.
|
# Deprecation for Essex/Folsom dashboard names; remove this code in H.
|
||||||
_renames = (
|
_renames = (
|
||||||
('horizon.dashboards.nova', 'openstack_dashboard.dashboards.project'),
|
('horizon.dashboards.nova', 'openstack_dashboard.dashboards.project'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user