New logging system #10

Merged
logan merged 36 commits from V3_Better_Logging into master 2022-04-01 00:02:09 -04:00
Showing only changes of commit 579987d571 - Show all commits

View File

@@ -239,7 +239,7 @@ def init_global_logger(_verbose_level: str = "WARNING"):
# add the handlers to the logger
init_logger.addHandler(fh)
init_logger.addHandler(ch)
init_logger.addHandler(th)
#if __name__ is not 'main':