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

feature request: use --show-capture to show stdout and stderr but not logs #11037

Open
mvashishtha opened this issue May 25, 2023 · 1 comment · May be fixed by #11679
Open

feature request: use --show-capture to show stdout and stderr but not logs #11037

mvashishtha opened this issue May 25, 2023 · 1 comment · May be fixed by #11679
Labels
plugin: capture related to the capture builtin plugin type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature

Comments

@mvashishtha
Copy link
Contributor

What's the problem this feature will solve?

I want to use the show-capture flag to stop showing log messages. However, I want to see both stdout and stderr, so I can't do show-capture=stdout or show-capture=stderr. It seems if I do --show-capture=stdout --show-capture=stderr I see stderr but not stdout.

Describe the solution you'd like

Maybe --show-capture=stdout --show-capture=stderr could capture both stdout and stderr.

@RonnyPfannschmidt
Copy link
Member

A new choice value called Studio may be a good fit over turning this into an accumulator

@Zac-HD Zac-HD added type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature plugin: capture related to the capture builtin plugin labels May 30, 2023
@ihindi1111 ihindi1111 linked a pull request Dec 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: capture related to the capture builtin plugin type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants