Pretty prints the output of the @gradientedge/logger package
npm install @gradientedge/logger-pretty-cli@gradientedge/logger-pretty-cliThis package exposes the pretty-logs binary, which pretty prints
JSON log messages exposed by @gradientedge/logger.
If your server runs with the following command...
``bash`
node server.js
...then you can pretty print the logs by piping both stdout and stderrpretty-logs
to the command:
`bash``
node server.js 2>&1 | pretty-logs