mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Minor fixes
This commit is contained in:
parent
aecc09bf0d
commit
f22c3fc69e
@ -48,7 +48,7 @@ config_provider = ConfigProvider(config_path)
|
||||
config = config_provider.open_config()
|
||||
log.info("Use %s for config." % config_path)
|
||||
if config.Server['debug'] is True:
|
||||
core.utils.set_debug_status()
|
||||
utils.set_debug_status()
|
||||
log.info("Getting new logging with DEBUG level!")
|
||||
log = get_logger("init")
|
||||
log.debug("Debug mode enabled!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user