diff options
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 |