Skip to content

Fix stderr log writer

John Cai requested to merge jc-fix-stderr-log-writer into master

fixes: #1692 (closed)

We were missing an edge case where the log writer has written MaxStderrBytes - bytes. We weren't accounting for the escaped newline character "\n" in the conditional. This MR fixes it, and adds a test for that edge case.

Merge request reports