Config: Change from gen_logging to logging

More accurately reflects the config.yml's sections.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-07-22 21:15:16 -04:00
parent 191600a150
commit 522999ebb4
2 changed files with 9 additions and 9 deletions

View file

@ -97,7 +97,7 @@ async def entrypoint(args: Optional[dict] = None):
load_auth_keys(unwrap(network_config.get("disable_auth"), False))
# Override the generation log options if given
log_config = config.gen_logging_config()
log_config = config.logging_config()
if log_config:
gen_logging.update_from_dict(log_config)