Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F3930471: D3014.id7693.diff
Sun, Dec 22, 14:05
Unknown Object (File)
Tue, Dec 10, 13:25
Unknown Object (File)
Sun, Dec 8, 13:50
Unknown Object (File)
Sat, Dec 7, 13:17
Unknown Object (File)
Fri, Dec 6, 23:55
Unknown Object (File)
Thu, Nov 28, 05:49
Unknown Object (File)
Mon, Nov 25, 18:59
Unknown Object (File)
Mon, Nov 25, 05:41
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 4764
Build 5045: 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.