Commit 8673a23
Default renderer logLevel to 'info'
Pro docs (docs/oss/building-features/node-renderer/container-deployment.md)
prescribe `logLevel: 'info'` as the general-renderer-logs default, and
the Pro dummy's renderer/node-renderer.js also uses 'info'. The inherited
'debug' default is too verbose for normal operation (emits the full VM
context setup messages like "Adding Buffer, TextDecoder, ...").
Debug remains reachable via RENDERER_LOG_LEVEL=debug env var as docs
describe for active debugging (docs/oss/building-features/node-renderer/
debugging.md).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5635a6 commit 8673a23
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments