mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 00:35:36 +00:00
...
This commit is contained in:
parent
257e49027c
commit
8a9866d907
@ -45,7 +45,7 @@ config_provider = ConfigProvider(config_path)
|
|||||||
config = config_provider.open_config()
|
config = config_provider.open_config()
|
||||||
if config.Server['debug'] is True:
|
if config.Server['debug'] is True:
|
||||||
utils.set_debug_status()
|
utils.set_debug_status()
|
||||||
log.info("Getting new loggen with DEBUG level!")
|
log.info("Getting new logging with DEBUG level!")
|
||||||
log = utils.get_logger("main")
|
log = utils.get_logger("main")
|
||||||
log.debug("Debug mode enabled!")
|
log.debug("Debug mode enabled!")
|
||||||
log.debug(f"Server config: {config}")
|
log.debug(f"Server config: {config}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user