summarylogtreecommitdiffstats
path: root/0000-set-default-not-debug.patch
blob: b15caf453b37d0550bf4b731fc53f2acef47da88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example b/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example
index 2b084bf..b588971 100644
--- a/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example
+++ b/horizon-20.1.0/openstack_dashboard/local/local_settings.py.example
@@ -20,7 +20,7 @@ from horizon.utils import secret_key
 
 from openstack_dashboard.settings import HORIZON_CONFIG
 
-DEBUG = True
+DEBUG = False
 
 # This setting controls whether or not compression is enabled. Disabling
 # compression makes Horizon considerably slower, but makes it much easier