From ee70713e9a296ac9a855c73c3f49f585bae8946a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 18 Jun 2016 07:45:07 +0000 Subject: Logger: introducing logging --- wqflask/utility/tools.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wqflask/utility') 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 -- cgit 1.4.1