aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/tools.py
diff options
context:
space:
mode:
authorPjotr Prins2016-06-21 09:55:11 +0000
committerPjotr Prins2016-06-21 09:55:11 +0000
commit67472b942129130ea77cb0a15e14ef42fd4d3b91 (patch)
tree7c24d7caf3fd79bcb9ac673978adc53447165141 /wqflask/utility/tools.py
parent74ab1eff68fdad4183ce2a7490cfbc9ac1f4513f (diff)
downloadgenenetwork2-67472b942129130ea77cb0a15e14ef42fd4d3b91.tar.gz
Logger: switch for logging SQLALCHEMY
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r--wqflask/utility/tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index c1b635e0..0df471fc 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -171,6 +171,7 @@ WEBSERVER_MODE = get_setting('WEBSERVER_MODE')
LOG_LEVEL = get_setting('LOG_LEVEL')
LOG_LEVEL_DEBUG = get_setting_int('LOG_LEVEL_DEBUG')
LOG_SQL = get_setting_bool('LOG_SQL')
+LOG_SQLALCHEMY = get_setting_bool('LOG_SQLALCHEMY')
LOG_BENCH = get_setting_bool('LOG_BENCH')
USE_REDIS = get_setting_bool('USE_REDIS')
USE_GN_SERVER = get_setting_bool('USE_GN_SERVER')