aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index 58e37e18..bdcb9c5d 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -38,8 +38,8 @@ SECRET_HMAC_CODE = '\x08\xdf\xfa\x93N\x80\xd9\\H@\\\x9f`\x98d^\xb4a;\xc6OM\x946a
WEBSERVER_MODE = 'DEV' # Python webserver mode (DEBUG|DEV|PROD)
LOG_LEVEL = 'WARNING' # Logger mode (DEBUG|INFO|WARNING|ERROR|CRITICAL)
DEBUG_LOG_LEVEL = 1 # Debug log level (0-5)
-LOG_SQL = False # Log SQL/backend calls
USE_REDIS = True # REDIS caching (note that redis will be phased out)
+LOG_SQL = 'False' # Log SQL/backend calls
# Path overrides for Genenetwork
GENENETWORK_FILES = HOME+"/gn2_data"