Merge "Using openstack_logging_debug variable in horizon"
This commit is contained in:
commit
0a86367eb7
@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
from openstack_dashboard import exceptions
|
||||
from openstack_dashboard.settings import HORIZON_CONFIG
|
||||
|
||||
DEBUG = False
|
||||
DEBUG = {{ openstack_logging_debug }}
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
COMPRESS_OFFLINE = True
|
||||
|
Loading…
Reference in New Issue
Block a user