diff options
author | Pjotr Prins | 2016-06-19 08:03:46 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-19 08:03:46 +0000 |
commit | d67d55b023edf7e9419e5c886753a9d6a842af31 (patch) | |
tree | 16a0e1ab8b82d973ff8acf06ad73806603c37f57 /wqflask/utility/tools.py | |
parent | c3b63a23558b12ab7a17d4bbec730cc1f284e187 (diff) | |
download | genenetwork2-d67d55b023edf7e9419e5c886753a9d6a842af31.tar.gz |
Renamed settings so they are grouped together
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index bfb379f2..2affd130 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -169,7 +169,7 @@ def show_settings(): # Cached values WEBSERVER_MODE = get_setting('WEBSERVER_MODE') LOG_LEVEL = get_setting('LOG_LEVEL') -DEBUG_LOG_LEVEL = get_setting_int('DEBUG_LOG_LEVEL') +LOG_LEVEL_DEBUG = get_setting_int('LOG_LEVEL_DEBUG') LOG_SQL = get_setting_bool('LOG_SQL') USE_REDIS = get_setting_bool('USE_REDIS') |