Skip to content

A minimal and clean transport for the pino logger.

Notifications You must be signed in to change notification settings

trdevs/pino-minimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal and clean transport for the pino logger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%