diff options
author | Pjotr Prins | 2016-06-23 09:54:16 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-23 09:54:16 +0000 |
commit | 0a6c114a20d2b02476949511773ad32e591d7d80 (patch) | |
tree | 28d523c85ef2a05a1389edd14bfd5404cc00baca /wqflask/utility/tools.py | |
parent | f4200d002cce2edddddac67c55a75c2f1883ea2f (diff) | |
download | genenetwork2-0a6c114a20d2b02476949511773ad32e591d7d80.tar.gz |
Logger: improved logging
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index 21c9c1b7..93b1fa51 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -169,6 +169,7 @@ def show_settings(): # Cached values WEBSERVER_MODE = get_setting('WEBSERVER_MODE') GN_SERVER_URL = get_setting('GN_SERVER_URL') +SQL_URI = get_setting('SQL_URI') LOG_LEVEL = get_setting('LOG_LEVEL') LOG_LEVEL_DEBUG = get_setting_int('LOG_LEVEL_DEBUG') LOG_SQL = get_setting_bool('LOG_SQL') |