about summary refs log tree commit diff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index 088b3d01..07ba2e48 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -23,6 +23,11 @@ SQLALCHEMY_POOL_RECYCLE = 3600
 SERVER_PORT = 5003
 SECRET_HMAC_CODE = '\x08\xdf\xfa\x93N\x80\xd9\\H@\\\x9f`\x98d^\xb4a;\xc6OM\x946a\xbc\xfc\x80:*\xebc'
 
+# Other settings (defaults)
+LOGGING        = WARNING        # Logger mode (DEBUG|INFO|WARNING|ERROR|CRITICAL)
+DEBUG_MODE     = 1              # Debug level (0-5)
+USE_REDIS      = True           # REDIS caching (redis will be phased out)
+
 # Path overrides for Genenetwork
 GENENETWORK_FILES = HOME+"/gn2_data"
 PYLMM_COMMAND = str.strip(os.popen("which pylmm_redis").read())