Skip to content

Commit fbc48dd

Browse files
chriscrosstalkclaude
authored andcommitted
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>
1 parent e4fde22 commit fbc48dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/management_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
environment:
1919
- NODE_ENV=production
2020
- PORT=8080
21-
- LOG_LEVEL=debug
21+
- LOG_LEVEL=info
2222
- APP_KEY=replaceme
2323
- HOST=0.0.0.0
2424
- URL=replaceme

0 commit comments

Comments
 (0)