Trying to fix a logging bug?

This commit is contained in:
Scott Idem
2023-06-13 11:11:21 -04:00
parent fd81588369
commit 555d33e0fa

View File

@@ -69,7 +69,7 @@ logging.config.dictConfig({
})
log = logging.getLogger('root')
# log = logging.getLogger('root')
# log.setLevel(logging.INFO) # DEBUG > INFO > WARNING > ERROR > CRITICAL
# logging.basicConfig(
# format='[%(asctime)s] %(levelname)s @ %(module)s.%(funcName)s()#%(lineno)d: %(message)s'