chore: add LOG_LEVEL to docker compose and readme

This commit is contained in:
Henry
2026-03-13 22:26:04 +00:00
parent 3604a49a89
commit 4f6fc66f84
6 changed files with 31 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ services:
# Redis (optional - for rate limiting)
- REDIS_URL=${REDIS_URL}
# Logging (optional - debug, info, warn, error; defaults to debug in dev, info in prod)
- LOG_LEVEL=${LOG_LEVEL}
# Admin API key (optional)
- KAN_ADMIN_API_KEY=${KAN_ADMIN_API_KEY}