Commit 01cd7978 by Szeberényi Imre

Revert "logging level fix"

This reverts commit c770692c
parent c770692c
......@@ -13,6 +13,7 @@ import re
logging.basicConfig()
logger = logging.getLogger(__name__)
level = os.environ.get('LOGLEVEL', 'INFO')
logger.setLevel('INFO')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment