Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F11100938: D3014.diff
Fri, Aug 15, 05:42
Unknown Object (File)
Wed, Aug 13, 16:16
Unknown Object (File)
Sun, Aug 10, 02:28
Unknown Object (File)
Sat, Aug 9, 19:18
Unknown Object (File)
Sat, Aug 9, 01:29
Unknown Object (File)
Fri, Aug 8, 23:05
Unknown Object (File)
Thu, Aug 7, 21:53
Unknown Object (File)
Thu, Aug 7, 12:18
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.