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, Jul 7, 09:59
Unknown Object (File)
Fri, Jul 5, 05:47
Unknown Object (File)
Fri, Jul 5, 04:06
Unknown Object (File)
Wed, Jul 3, 10:02
Unknown Object (File)
Wed, Jun 26, 13:38
Unknown Object (File)
Sun, Jun 23, 23:55
Unknown Object (File)
Tue, Jun 18, 16:25
Unknown Object (File)
Tue, Jun 18, 16:25
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.