channel-block-tg/utils/misc/logging.py
2020-04-14 13:56:34 +03:00

7 lines
227 B
Python

import logging
logging.basicConfig(format=u'%(filename)s [LINE:%(lineno)d] #%(levelname)-8s [%(asctime)s] %(message)s',
level=logging.INFO,
# level=logging.DEBUG,
)