Skip to content

Latest commit

History

History
73 lines (66 loc) 路 4.14 KB

ecosystem.md

File metadata and controls

73 lines (66 loc) 路 4.14 KB

Pino Ecosystem

This is a list of ecosystem modules that integrate with pino.

Modules listed under Core are maintained by the Pino team. Modules listed under Community are maintained by independent community members.

Please send a PR to add new modules!

Core

Community

  • pino-colada: cute ndjson formatter for pino.
  • pino-fluentd: send Pino logs to Elasticsearch, MongoDB and many others via Fluentd.
  • pino-pretty-min: a minimal prettifier inspired by the logrus logger.
  • pino-rotating-file: a hapi-pino log transport for splitting logs into separate, automatically rotating files.
  • cls-proxify: integration of pino and CLS. Useful for creating dynamically configured child loggers (e.g. with added trace ID) for each request.
  • pino-tiny: a tiny (and exentsible?) little log formatter for pino.
  • pino-dev: simple prettifier for pino with built-in support for common ecosystem packages.