Comment out log handlers until we rebuild the logging class

This commit is contained in:
Clemens Schwaighofer
2025-07-08 10:01:09 +09:00
parent f38cce1c1d
commit 571cd70a83

View File

@@ -31,7 +31,7 @@ class Log:
# set maximum logging level for all logging output
self.logger.setLevel(logging.DEBUG)
self.handlers = []
# self.handlers = []
# console logger
self.__console_handler(log_level_console)
# file logger