Open
Description
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.