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

bundebug should print to stderr instead of stdout #349

Closed
aep opened this issue Dec 7, 2021 · 1 comment · Fixed by #350
Closed

bundebug should print to stderr instead of stdout #349

aep opened this issue Dec 7, 2021 · 1 comment · Fixed by #350
Assignees
Labels
enhancement New feature or request

Comments

@aep
Copy link
Contributor

aep commented Dec 7, 2021

it's a rather trivial change,
should i PR?

fmt.Println(args...)

@vmihailenco
Copy link
Member

Yes, let's change it but please also add an option bundebug.WithWriter(os.Stdout) for users who would dislike this change.

@vmihailenco vmihailenco added the enhancement New feature or request label Dec 7, 2021
aep added a commit to aep/bun that referenced this issue Dec 7, 2021
also add an option to set it to any writer

fixes uptrace#349
aep added a commit to aep/bun that referenced this issue Dec 7, 2021
also add an option to set it to any writer

fixes uptrace#349
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants