-
Notifications
You must be signed in to change notification settings - Fork 551
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
fix: Apps Stdout is redirected to Stderr #3953
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK. Can we get a changelog?
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3953 +/- ##
=======================================
Coverage 24.78% 24.78%
=======================================
Files 296 296
Lines 24901 24896 -5
=======================================
- Hits 6171 6170 -1
+ Misses 18164 18160 -4
Partials 566 566
|
@julienrbrt I believe that this issue wasn't in v28.1.1 release so i'm not sure if it requires changelog. |
It does as we've released v28.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* Fix stdout redirecting to stderr * Fix unit test * Update changelog (cherry picked from commit ca4445e)
* Fix stdout redirecting to stderr * Fix unit test * Update changelog
Closes #3951