This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

pino-mozlog

2.12.0 • Public • Published

pino-mozlog

CircleCI npm version

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

By default, errors are sent to stderr (not mozlog-compliant though). You can disable this behavior and ignore all errors with --silent:

$ node your-app.js | pino-mozlog --silent

License

pino-mozlog is released under the Mozilla Public License Version 2.0. See the bundled LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i pino-mozlog

Weekly Downloads

0

Version

2.12.0

License

MPL-2.0

Unpacked Size

21.7 kB

Total Files

5

Last publish

Collaborators

  • addons-robot