pino-catch-all
v2.0.0
Published
Transforms non-JSON log lines into Pino compatible lines
Maintainers
Readme
pino-catch-all
Transforms non-JSON log lines into Pino compatible lines
Installation
Install the module using yarn:
$ yarn add pino-catch-allOr using npm:
$ npm install pino-catch-allUsage
Use it before any other Pino transports to catch all non-JSON lines and transform them into compatible lines:
$ node ./app.js | pino-catch-all | pino-prettyAuthors and license
Author: Valentin Agachi.
MIT License, see the included LICENSE file.
