Trying to fix a logging bug?
This commit is contained in:
@@ -69,7 +69,7 @@ logging.config.dictConfig({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger('root')
|
# log = logging.getLogger('root')
|
||||||
# log.setLevel(logging.INFO) # DEBUG > INFO > WARNING > ERROR > CRITICAL
|
# log.setLevel(logging.INFO) # DEBUG > INFO > WARNING > ERROR > CRITICAL
|
||||||
# logging.basicConfig(
|
# logging.basicConfig(
|
||||||
# format='[%(asctime)s] %(levelname)s @ %(module)s.%(funcName)s()#%(lineno)d: %(message)s'
|
# format='[%(asctime)s] %(levelname)s @ %(module)s.%(funcName)s()#%(lineno)d: %(message)s'
|
||||||
|
|||||||
Reference in New Issue
Block a user