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:
parent
191600a150
commit
522999ebb4
2 changed files with 9 additions and 9 deletions
2
main.py
2
main.py
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue