Replaced logging to misc
This commit is contained in:
6
utils/misc/logging.py
Normal file
6
utils/misc/logging.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(format=u'%(filename)s [LINE:%(lineno)d] #%(levelname)-8s [%(asctime)s] %(message)s',
|
||||
level=logging.INFO,
|
||||
# level=logging.DEBUG,
|
||||
)
|
||||
Reference in New Issue
Block a user