Skip to content
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

Stop writing to STDOUT #475

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Conversation

AArnott
Copy link
Contributor

@AArnott AArnott commented Sep 11, 2023

A library should never write to STDOUT of its own accord. It doesn't know what app it's running in and how STDOUT is being used.

We have the zingo-cli and a .NET CLI that I'm writing where this logging was polluting the UX with debugging info.

A library should never write to STDOUT of its own accord. It doesn't know what app it's running in and how STDOUT is being used.
@AArnott AArnott changed the title Stop polluting STDOUT Stop writing to STDOUT Sep 11, 2023
Copy link
Contributor

@fluidvanadium fluidvanadium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

appreciated

@fluidvanadium fluidvanadium merged commit 9ceadf1 into zingolabs:dev Sep 12, 2023
17 checks passed
@AArnott AArnott deleted the stopSTDOUTpolution branch September 12, 2023 21:41
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.

2 participants