perf(logging): reduce allow-strategy log noise via env switch

This commit is contained in:
2026-02-07 17:35:28 +08:00
parent 43f1867033
commit 99ecbcf55e
2 changed files with 13 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ services:
- MAX_IP_ATTEMPTS_PER_HOUR=10
# 日志配置
- LOG_LEVEL=INFO
- SECURITY_LOG_ALLOW_STRATEGY=0
- LOG_FILE=logs/app.log
- API_DIAGNOSTIC_LOG=0
- API_DIAGNOSTIC_SLOW_MS=0