aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/do_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/do_search.py')
-rw-r--r--wqflask/wqflask/do_search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/do_search.py b/wqflask/wqflask/do_search.py
index 48212877..76bb15b2 100644
--- a/wqflask/wqflask/do_search.py
+++ b/wqflask/wqflask/do_search.py
@@ -14,7 +14,7 @@ from dbFunction import webqtlDatabaseFunction
import logging
from utility.logger import getLogger
-logger = getLogger(__name__ , level = logging.INFO)
+logger = getLogger(__name__)
class DoSearch(object):
"""Parent class containing parameters/functions used for all searches"""