Skip to content
Snippets Groups Projects
Commit 0a86367e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Using openstack_logging_debug variable in horizon"

parents 2f50beb4 5cf88ed4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _ ...@@ -7,7 +7,7 @@ from django.utils.translation import ugettext_lazy as _
from openstack_dashboard import exceptions from openstack_dashboard import exceptions
from openstack_dashboard.settings import HORIZON_CONFIG from openstack_dashboard.settings import HORIZON_CONFIG
DEBUG = False DEBUG = {{ openstack_logging_debug }}
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG
COMPRESS_OFFLINE = True COMPRESS_OFFLINE = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment