fix(log): Modify AWEL init log param (#2510)

Co-authored-by: 刘家星 <liujiaxing@fulan.com.cn>
This commit is contained in:
北极 2025-03-24 15:37:58 +08:00 committed by GitHub
parent d13875caa9
commit 201e216a15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@ def setup_dev_environment(
if not logger_filename:
logger_filename = "dbgpt_awel_dev.log"
setup_logging("dbgpt", logging_level=logging_level, logger_filename=logger_filename)
setup_logging("dbgpt", default_logger_level=logging_level, default_logger_filename=logger_filename)
start_http = _check_has_http_trigger(dags)
if start_http: