You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3.9 KiB

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.