aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPjotr Prins2016-06-18 09:06:00 +0000
committerPjotr Prins2016-06-18 09:06:00 +0000
commitaa5ca3053c9c866436c4d33b9165703f0f631083 (patch)
tree117fd79bab971df983ef4e26573aeb0b36290ee6 /etc
parent0a11c10237d899cfdddfcfcf4d17140da9421f7d (diff)
downloadgenenetwork2-aa5ca3053c9c866436c4d33b9165703f0f631083.tar.gz
Logger: more info
Diffstat (limited to 'etc')
-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"