usage of new report module

This commit is contained in:
Dirk Alders 2025-07-22 20:13:02 +02:00
parent 845eb99de6
commit 12044492cd
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ if __name__ == "__main__":
# Logging # Logging
# #
if config.DEBUG: if config.DEBUG:
report.appLoggingConfigure(None, None, ((config.APP_NAME, logging.DEBUG), ), target_level=logging.WARNING, fmt=report.SHORT_FMT, host='localhost', port=19996) report.add_handler_socket(logger)
# #
# Parse Arguments # Parse Arguments

2
report

@ -1 +1 @@
Subproject commit 74e6f20d09cf76b3fbbdfa04c192b01708e50d5d Subproject commit 92bf9fb66a809a8bc71b02b6b815a4b00d56e445