Merge "Redirect all stdout of the toolbox containers to stderr"

This commit is contained in:
Zuul 2021-05-21 19:28:05 +00:00 committed by Gerrit Code Review
commit 4dd7465af7

View File

@ -61,7 +61,7 @@ func main() {
ResourceList: resourceList,
ConfigMap: cfg,
ErrStream: os.Stderr,
OutStream: os.Stdout,
OutStream: os.Stderr,
}
cmd := framework.Command(resourceList, runner.Run)
if err := cmd.Execute(); err != nil {