Skip to content

Correctly format stdout (StandardSink) multi-line errors #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

Correctly format stdout (StandardSink) multi-line errors #16

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 22, 2021

Issue #, if available: #14

Description of changes: The StandardSink logger outputs multi-line errors with lines separated by "\r". On many systems, this results in just one line of output with all lines merged on top of each other, which is a mess for stack traces. This change alters the separator to include newlines ("\r\n"), which should clean up multi-line errors and stacktrace output for most systems.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants