diff options
author | Pjotr Prins | 2016-06-18 07:45:07 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-18 07:45:07 +0000 |
commit | ee70713e9a296ac9a855c73c3f49f585bae8946a (patch) | |
tree | 9a22d8fac2273e55d5761741616ea1905a39bf09 /wqflask/utility/tools.py | |
parent | 3a59631a4a95f4b4a1911e3a10912cdcbdf31200 (diff) | |
download | genenetwork2-ee70713e9a296ac9a855c73c3f49f585bae8946a.tar.gz |
Logger: introducing logging
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index 08495c2f..824ce330 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -8,7 +8,6 @@ from wqflask import app # Use the standard logger here to avoid a circular dependency import logging logger = logging.getLogger(__name__ ) -logging.basicConfig(level=logging.INFO) def get_setting(command_id,guess=None): """Resolve a setting from the environment or the global settings in |