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
e4fde22dd9
commit
fbc48dd115
|
|
@ -18,7 +18,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