mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-29 05:10:56 +00:00
fix(log): Modify AWEL init log param (#2510)
Co-authored-by: 刘家星 <liujiaxing@fulan.com.cn>
This commit is contained in:
parent
d13875caa9
commit
201e216a15
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user