Skip to content

Latest commit

 

History

History
75 lines (68 loc) · 4.51 KB

ecosystem.md

File metadata and controls

75 lines (68 loc) · 4.51 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 extensible?) little log formatter for pino.
  • pino-dev: simple prettifier for pino with built-in support for common ecosystem packages.
  • @newrelic/pino-enricher: a log customization to add New Relic context to use Logs In Context
  • pino-lambda: log transport for cloudwatch support inside aws-lambda