adapt logging behaviour

This commit is contained in:
2026-06-17 17:30:52 +02:00
parent 389fe2e159
commit 696357138a

View File

@@ -25,6 +25,7 @@ LOGGING_CFG: LoggingConfig = LoggingConfig(
setup_logging(LOGGING_CFG)
logger_base = BASE_LOGGER.getChild("wce_crm")
logger_base.setLevel(logging.DEBUG)
# ** GUI
logger_gui = logger_base.getChild("gui")