Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F25259670: D3014.id7693.diff
Tue, Apr 7, 17:43
F25259669: D3014.id7692.diff
Tue, Apr 7, 17:43
F25257106: D3014.id7694.diff
Tue, Apr 7, 13:19
F25256397: D3014.id7693.diff
Tue, Apr 7, 11:57
F25250991: D3014.diff
Tue, Apr 7, 07:55
Unknown Object (File)
Wed, Apr 1, 09:29
Unknown Object (File)
Mon, Mar 30, 16:19
Unknown Object (File)
Sat, Mar 28, 06:40
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.