IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

default severity suppresses useful warnings #60

Closed boneskull closed 4 years ago

boneskull commented 4 years ago

If you e.g., inspect a pre-node-13 report, by default, you will receive no output about CPU usage. This is because pre-node-13 reports lack the header.cpus field, and the default severity level is ERROR.

Decrease default severity to WARNING so that this will show.