You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
I'm working on a "testing harness lite" library, where multiple erros can be accumulated and then emitted all at the end of the test.
I would like to make it so that "primary" test output goes to stdout, while logging output goes to stderr. This creates an unusual case where panics are "primary" and therefore should got to stdout rather than the usual stderr.
So I would like a config option that supports changing the target of the panic hook's printing to stdout instead of stderr.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working on a "testing harness lite" library, where multiple erros can be accumulated and then emitted all at the end of the test.
I would like to make it so that "primary" test output goes to stdout, while logging output goes to stderr. This creates an unusual case where panics are "primary" and therefore should got to stdout rather than the usual stderr.
So I would like a config option that supports changing the target of the panic hook's printing to stdout instead of stderr.
The text was updated successfully, but these errors were encountered: