phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
101 stars 10 forks source link

Logging from `parse-sandboxed` should be forwarded #1329

Closed cd-work closed 7 months ago

cd-work commented 8 months ago

Currently anything written to STDERR from parse-sandboxed is swallowed unless the command fails. Once unrelated messages are removed from STDERR (https://github.com/phylum-dev/cli/issues/1328) we should allow both user-facing and hidden log messages to always be forwarded (Stdio::inherit()?) to the parent process.