mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-07 01:06:15 +02: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:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=8080
|
- PORT=8080
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=info
|
||||||
- APP_KEY=replaceme
|
- APP_KEY=replaceme
|
||||||
- HOST=0.0.0.0
|
- HOST=0.0.0.0
|
||||||
- URL=replaceme
|
- URL=replaceme
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user