Docs/fix logging param name (#5146)

This commit is contained in:
young010101 2024-11-21 03:07:06 +08:00 committed by GitHub
parent cde7ce49be
commit 5c83698524
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -384,7 +384,7 @@ def load_app_config(
"""Load the configuration from the specified config file and environment variables.
Args:
set_logger_levels: Whether to set the global variables for logging levels.
set_logging_levels: Whether to set the global variables for logging levels.
config_file: Path to the config file. Defaults to 'config.toml' in the current directory.
"""
config = AppConfig()