Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F3631560: D3014.diff
Sun, Oct 6, 16:30
Unknown Object (File)
Fri, Oct 4, 16:37
Unknown Object (File)
Mon, Sep 30, 18:05
Unknown Object (File)
Mon, Sep 30, 18:05
Unknown Object (File)
Mon, Sep 30, 18:05
Unknown Object (File)
Mon, Sep 30, 04:48
Unknown Object (File)
Sat, Sep 28, 08:53
Unknown Object (File)
Mon, Sep 23, 19:39
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
Lint Not Applicable
Unit
Tests Not Applicable

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.