Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F12436929: D3014.id7693.diff
Thu, Nov 6, 04:17
F12435460: D3014.id.diff
Thu, Nov 6, 01:44
F12434223: D3014.diff
Wed, Nov 5, 22:29
Unknown Object (File)
Wed, Nov 5, 13:31
Unknown Object (File)
Tue, Nov 4, 03:22
Unknown Object (File)
Tue, Nov 4, 03:21
Unknown Object (File)
Tue, Nov 4, 02:13
Unknown Object (File)
Mon, Nov 3, 23:28
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.