Page MenuHomeDevCentral

Log correctly stdout and stderr
ClosedPublic

Authored by dereckson on Apr 14 2023, 20:56.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 16, 18:57
Unknown Object (File)
Wed, Feb 5, 11:40
Unknown Object (File)
Wed, Feb 5, 05:00
Unknown Object (File)
Wed, Feb 5, 00:03
Unknown Object (File)
Tue, Feb 4, 22:33
Unknown Object (File)
Mon, Feb 3, 00:21
Unknown Object (File)
Sun, Feb 2, 12:29
Unknown Object (File)
Sun, Feb 2, 12:29
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.