Refactor logging

This commit is contained in:
Kristóf Tóth
2018-01-29 18:36:29 +01:00
parent 1856831d80
commit 071167d3d7
6 changed files with 28 additions and 20 deletions

5
lib/config/logs.py Normal file
View File

@ -0,0 +1,5 @@
import logging
logging.getLogger().setLevel(logging.DEBUG)
# TODO: configure supervisord loglevel from here