Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 591 Bytes

pino-colada, Day One Edition 🍹

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

Getting more detail

You can show select headers for each request by setting the environment variable SHOW_HTTP_HEADERS to true. Some common and noisy headers, like user-agent, are excluded. Excluded headers can be pretty easily found in the source code.

License

MIT