0.0.3 • Published 4 years ago

pino-cone v0.0.3

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
4 years ago

pino-cone     

ndjson formatter for pino, used best with fastify Based on pino-pretty-min

Showcase

Features

  • Detection and formatting of Incoming Request and Outgoing Response for Fastify
  • Formatted Error and Object printing
  • Accepts input using pipe

Installation

Install through npm

npm install -g pino-cone

Usage

Pipe ndjson data into it by either redirecting your program's output or reading a log file

npm start | pino-cone

Or if your log file is named "out.log"

tail -f out.log | pino-cone

Planned Features

  • Colorization Settings
  • Load as fastify plugin

Release Notes

Check CHANGELOG.md

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago