New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pino-prettifier

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-prettifier

Development mode prettifier for Pino

1.0.8
latest
Source
npm
Version published
Weekly downloads
2
-93.55%
Maintainers
3
Weekly downloads
 
Created
Source

pino-prettifier

npm version

This package provides a log prettifier for the Pino logging library.

Usage

Install the library as usual:

npm install pino-prettifier

Then use the proper pino options:

const pino = require('pino');
const prettifier = require('pino-prettifier');
const logger = pino({
  prettyPrint: true,
  prettifier
});

License

MIT

Keywords

lifion

FAQs

Package last updated on 11 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts