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

Finer controls for Logging to determine what goes to stdout, to OSW or to both. Avoid capturing stdout twice #5086

Open
jmarrec opened this issue Jan 29, 2024 · 0 comments

Comments

@jmarrec
Copy link
Collaborator

jmarrec commented Jan 29, 2024

Enhancement Request

  • Determine what goes to stdout, to out OSW, or to both
  • Avoid having the same information going in the OSW as a log + as stdout / stderr key

Detailed Description

We capture stdout/stderr in the OSRunner and setStdOut/setStdErr on the WorkflowStepResult, which in turns is written to the final out OSW. We often end up seeing the same warnings/errors in the stdout key and in the step_warnings, step_errors, etc.

Possible Implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant