Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F8643061: D3014.id.diff
Sat, May 17, 21:28
F8642634: D3014.id7694.diff
Sat, May 17, 21:20
F8629867: D3014.id7692.diff
Sat, May 17, 15:57
F8614678: D3014.id7693.diff
Sat, May 17, 10:24
Unknown Object (File)
Fri, May 16, 09:38
Unknown Object (File)
Wed, May 14, 12:41
Unknown Object (File)
Tue, May 13, 11:12
Unknown Object (File)
Tue, May 6, 12:17
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.