pino-mozlog

A transport for transforming pino logs into mozlog.
Installation
$ npm i pino-mozlog
Usage
This transport only reformats the logs into mozlog compatible strings:
$ node your-app.js | pino-mozlog
You can specify the mozlog type:
$ node your-proxy.js | pino-mozlog --type proxy
You can turn debugging on with --debug
. Debug messages are sent to stderr
:
$ node your-app.js | pino-mozlog --debug
License
pino-mozlog is released under the Mozilla Public License Version 2.0. See the bundled LICENSE file for details.