Commit c6b816a
fix(log): raise web log line cap to 256 to match the capture buffer
The vprintf trampoline already captures into a 256-byte buffer, but push_line
re-truncated to max_line_length=128, clipping any log line past 128 chars in
the web log viewer (only visible once the viewer started parsing again). Raise
the default to 256 so the buffered copy keeps what was already captured; the
2-second age window bounds retained volume, so the added worst-case RAM is
small. Lines longer than the 256-byte capture buffer still clip.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9313e9f commit c6b816a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments