diff --git a/.env.example b/.env.example index aacd4486..21888ecb 100644 --- a/.env.example +++ b/.env.example @@ -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