Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F3764320: D3014.diff
Fri, Nov 22, 05:07
Unknown Object (File)
Mon, Nov 11, 07:58
Unknown Object (File)
Thu, Oct 24, 11:12
Unknown Object (File)
Thu, Oct 24, 10:39
Unknown Object (File)
Oct 23 2024, 05:12
Unknown Object (File)
Oct 16 2024, 07:25
Unknown Object (File)
Oct 16 2024, 06:59
Unknown Object (File)
Oct 11 2024, 13:56
Subscribers
None

Details

Summary

Stdio::piped() isn't necessary to capture the output of a process.

Also, a typo in the implementation confused stdout and stderr.

Test Plan
  • alkane serve, /init and /update
  • alkane deploy

Diff Detail

Repository
rALK Alkane
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
fix-stdout-stderr
Build Status
Buildable 4763
Build 5044: arc lint + arc unit

Event Timeline

dereckson created this revision.

Don't bump version I've seen another issue

This revision is now accepted and ready to land.Apr 14 2023, 21:09
This revision was automatically updated to reflect the committed changes.