refactor: syntax, types, logging, cleanup

This commit is contained in:
Dobin Rutishauser
2025-06-09 08:59:36 +02:00
parent 015ec55975
commit 4c49f2d816
13 changed files with 120 additions and 85 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ class ListHandler(logging.Handler):
log_entry = self.format(record)
observer.add_log(log_entry)
def setup_logging(level = logging.INFO):
def setup_logging(level = logging.DEBUG):
root_logger = logging.getLogger()
root_logger.setLevel(level)