对接日志默认仅记录告警与错误
新增 LOG_INTEGRATION_LEVEL(默认 warn),压低 integration-*.log 体积; 失败类文案自动提升为 error,避免异常被过滤。
This commit is contained in:
@@ -19,6 +19,8 @@ POSTGRES_PORT=5432
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
# integration-*.log 默认 warn,只记对接异常;排查全量时改为 info
|
||||
LOG_INTEGRATION_LEVEL=warn
|
||||
LOG_RETENTION_DAYS=30
|
||||
|
||||
# Admin
|
||||
|
||||
Reference in New Issue
Block a user