feat: Add configurable global log level via env

This commit is contained in:
begoniezhao
2026-02-04 16:09:55 +08:00
parent 4610a4d1ee
commit 10c2be0e6e
3 changed files with 32 additions and 6 deletions

View File

@@ -38,6 +38,7 @@ services:
retries: 3
start_period: 60s
environment:
- LOG_LEVEL=${LOG_LEVEL:-}
- COS_SECRET_ID=${COS_SECRET_ID:-}
- COS_SECRET_KEY=${COS_SECRET_KEY:-}
- COS_REGION=${COS_REGION:-}