generated from dopt-python/py311
adapt logging behaviour
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user