Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 935 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 935 Bytes

pino-minimal

A beautiful and minimal transport for pino

Header

Description

The pino-minimal transport provides a prettified, minimalistic and beautiful output for Pino.js. It's output is strongly inspired by Signale.

Contents

Installation

NPM

$ npm install -g pino-minimal

Yarn

$ yarn global add pino-minimal

Usage

To use it, simply pipe the output from Pino into this transport. Example:

$ node server.js | pino-minimal

This package accepts several arguments to change the logging behaviour:

  • --date: Adds a date to the displayed timestamp
  • --minimal: Removes timestamps

License

MIT