evidence icon indicating copy to clipboard operation
evidence copied to clipboard

Dump `npm run sources` output to stdout

Open archiewood opened this issue 1 year ago • 1 comments

Feature Description

Logging of npm run sources is harder to debug because you cannot see what happened to each source query. This impacts Evidence Cloud's logging

Goal of Feature

Better visibility during Cloud build processes

Current Solution / Workarounds

Run sources on your local machine, and view in console log

archiewood avatar Feb 23 '24 18:02 archiewood

Side note, currently the outcome of each source query is dumped to STDERR (instead of STDOUT). Perhaps this is by design?

npm info using [email protected] npm info using [email protected]

  • Processing... sourceone ✔ Finished. 1 rows
  • Processing... source2 ✔ Finished. 1 rows npm info ok

ud3sh avatar Feb 27 '24 02:02 ud3sh