aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/tools.py
diff options
context:
space:
mode:
authorPjotr Prins2016-06-18 07:45:07 +0000
committerPjotr Prins2016-06-18 07:45:07 +0000
commitee70713e9a296ac9a855c73c3f49f585bae8946a (patch)
tree9a22d8fac2273e55d5761741616ea1905a39bf09 /wqflask/utility/tools.py
parent3a59631a4a95f4b4a1911e3a10912cdcbdf31200 (diff)
downloadgenenetwork2-ee70713e9a296ac9a855c73c3f49f585bae8946a.tar.gz
Logger: introducing logging
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r--wqflask/utility/tools.py1
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