Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
F9618759: D3014.id7694.diff
Tue, Jun 10, 06:57
F9615654: D3014.id7693.diff
Tue, Jun 10, 04:16
F9615598: D3014.id7692.diff
Tue, Jun 10, 04:13
F9609118: D3014.diff
Mon, Jun 9, 23:23
Unknown Object (File)
Fri, Jun 6, 07:20
Unknown Object (File)
Sun, May 18, 17:52
Unknown Object (File)
Sat, May 17, 21:28
Unknown Object (File)
Sat, May 17, 21:20
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.