优化:降低访问日志噪声并增加日志文件轮转

This commit is contained in:
yml2213
2026-08-30 16:59:11 +08:00
parent 6ca54e468e
commit 25b89bb503
20 changed files with 2334 additions and 4 deletions
+2
View File
@@ -31,6 +31,8 @@ LOG_LEVEL=info
# integration-*.log 默认 warn,只记对接异常;排查全量时改为 info
LOG_INTEGRATION_LEVEL=warn
LOG_RETENTION_DAYS=30
LOG_MAX_FILE_SIZE_MB=20
LOG_MAX_FILES=5
# File Storage (MinIO / S3 compatible)
STORAGE_MODE=minio