docs: document LOG_LEVEL env var in .env.example

This commit is contained in:
Charles GTE
2026-05-15 21:59:00 +02:00
parent 2335caefd7
commit 3fec7c3392
+6
View File
@@ -1,6 +1,12 @@
# Environment
NODE_ENV=development
# Logging
# Controls minimum log level. Options: debug | info | warn | error
# Use "warn" in production to suppress health-check ping noise.
# Use "debug" to see all request logs including agent status pings.
LOG_LEVEL=warn
# Database
DATABASE_URL=postgresql://devuser:changeme@localhost:5433/devdb?schema=public