jakeburden / pino-colada

cute ndjson formatter for pino ๐ŸŒฒ๐Ÿน

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pino-colada ๐Ÿน

npm version build status downloads js-standard-style

A cute ndjson formatter for pino.

pino-colada

Usage

Pipe a server that uses pino into pino-colada for logging.

node server.js | pino-colada

pino-colada

After parsing input from server.js, pino-colada returns a stream and pipes it over to process.stdout. It will output a timestamp, a log level in a form of an emoji, and a message.

Install

npm install pino-colada

Related content

License

MIT

About

cute ndjson formatter for pino ๐ŸŒฒ๐Ÿน

License:MIT License


Languages

Language:JavaScript 100.0%