fix: default LOG_LEVEL to info in production

Debug logging in production is unnecessarily noisy. Users who need
debug output can still set LOG_LEVEL=debug in their compose.yml.

Closes #285

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Chris Sherwood 2026-03-13 20:18:02 -07:00
parent 86575bfc73
commit 703a04402f

View File

@ -19,7 +19,7 @@ services:
environment:
- NODE_ENV=production
- PORT=8080
- LOG_LEVEL=debug
- LOG_LEVEL=info
- APP_KEY=replaceme
- HOST=0.0.0.0
- URL=replaceme