mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
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:
parent
86575bfc73
commit
703a04402f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user