feat: add config for log level

This commit is contained in:
2026-03-15 21:48:31 +03:00
parent cea4633436
commit 0533f23e3d
3 changed files with 38 additions and 5 deletions

View File

@@ -79,6 +79,9 @@ RECONCILE_INTERVAL=60s
# Coalesces rapid bursts (e.g. rolling restarts) into a single reconcile.
DEBOUNCE_DELAY=5s
# Log level for watcher output. Allowed: debug, info, warn, error
LOG_LEVEL=info
# ── Docker ────────────────────────────────────────────────────────────────────
# Docker daemon endpoint. Leave empty to use the default Unix socket.