summarylogtreecommitdiffstats
path: root/0002-set-default-not-debug.patch
blob: 4f7fcf81d0ff7f66cb0c15fe0d3bd9cbc0b27fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/horizon-20.0.0/openstack_dashboard/local/local_settings.py.example b/horizon-20.0.0/openstack_dashboard/local/local_settings.py.example
index 2b084bf..b588971 100644
--- a/horizon-20.0.0/openstack_dashboard/local/local_settings.py.example
+++ b/horizon-20.0.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