Open nuest opened 6 years ago
Maybe redirect the logger to our own stream (see https://www.npmjs.com/package/debug#output-streams) and then split all log messages within that stream to go to standard output of debug
and own stream, possibly using though2
for some nice piping (https://www.npmjs.com/package/through2)
First step: make full log available in resolved object.
Later: make log available as stream.
In the log I can see
And the resolved object is (excerpt):
Ideally, a stream of the check log should be made available. Is this is too complex, then the full log should be included in the resolved object.