aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/tools.py
diff options
context:
space:
mode:
authorPjotr Prins2016-06-21 09:10:40 +0000
committerPjotr Prins2016-06-21 09:10:40 +0000
commit74ab1eff68fdad4183ce2a7490cfbc9ac1f4513f (patch)
treefc8733378c82d0b55fde284b39d4072692499bf2 /wqflask/utility/tools.py
parentaa638a88e843657bb80f1db1e726b6135cefd11f (diff)
downloadgenenetwork2-74ab1eff68fdad4183ce2a7490cfbc9ac1f4513f.tar.gz
Benchmarking: allow output select with LOG_BENCH
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 fca5917e..c1b635e0 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_BENCH = get_setting_bool('LOG_BENCH')
USE_REDIS = get_setting_bool('USE_REDIS')
USE_GN_SERVER = get_setting_bool('USE_GN_SERVER')