docs: set LOG_LEVEL=info as dev default in .env.example

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