update: 日志级别改为DEBUG,推理步数改为40
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m37s
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 5m37s
This commit is contained in:
@@ -54,9 +54,9 @@ services:
|
||||
# =========================================================================
|
||||
# 日志调试配置(可通过 .env 覆盖)
|
||||
# =========================================================================
|
||||
- LOG_LEVEL=${LOG_LEVEL:-WARNING}
|
||||
- DEBUG=${DEBUG:-false}
|
||||
- ENABLE_GRAPH_TRACE=${ENABLE_GRAPH_TRACE:-false}
|
||||
- LOG_LEVEL=${LOG_LEVEL:-DEBUG}
|
||||
- DEBUG=${DEBUG:-true}
|
||||
- ENABLE_GRAPH_TRACE=${ENABLE_GRAPH_TRACE:-true}
|
||||
|
||||
# =========================================================================
|
||||
# 应用行为配置
|
||||
|
||||
Reference in New Issue
Block a user