Merge "Using openstack_logging_debug variable in horizon"

This commit is contained in:
Jenkins 2016-11-10 14:24:11 +00:00 committed by Gerrit Code Review
commit 0a86367eb7

View File

@ -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