strong-tie/inbound-calls
0
1# Pino Ecosystem2 3This is a list of ecosystem modules that integrate with `pino`.4 5Modules listed under [Core](#core) are maintained by the Pino team. Modules6listed under [Community](#community) are maintained by independent community7members.8 9Please send a PR to add new modules!10 11<a id="core"></a>12## Core13 14### Frameworks15+ [`express-pino-logger`](https://github.com/pinojs/express-pino-logger): use16Pino to log requests within [express](https://expressjs.com/).17+ [`koa-pino-logger`](https://github.com/pinojs/koa-pino-logger): use Pino to18log requests within [Koa](https://koajs.com/).19+ [`restify-pino-logger`](https://github.com/pinojs/restify-pino-logger): use20Pino to log requests within [restify](http://restify.com/).21+ [`rill-pino-logger`](https://github.com/pinojs/rill-pino-logger): use Pino as22the logger for the [Rill framework](https://rill.site/).23 24### Utilities25+ [`pino-arborsculpture`](https://github.com/pinojs/pino-arborsculpture): change26log levels at runtime.27+ [`pino-caller`](https://github.com/pinojs/pino-caller): add callsite to the log line.28+ [`pino-clf`](https://github.com/pinojs/pino-clf): reformat Pino logs into29Common Log Format.30+ [`pino-debug`](https://github.com/pinojs/pino-debug): use Pino to interpret31[`debug`](https://npm.im/debug) logs.32+ [`pino-elasticsearch`](https://github.com/pinojs/pino-elasticsearch): send33Pino logs to an Elasticsearch instance.34+ [`pino-eventhub`](https://github.com/pinojs/pino-eventhub): send Pino logs35to an [Event Hub](https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-what-is-event-hubs).36+ [`pino-filter`](https://github.com/pinojs/pino-filter): filter Pino logs in37the same fashion as the [`debug`](https://npm.im/debug) module.38+ [`pino-gelf`](https://github.com/pinojs/pino-gelf): reformat Pino logs into39GELF format for Graylog.40+ [`pino-hapi`](https://github.com/pinojs/hapi-pino): use Pino as the logger41for [Hapi](https://hapijs.com/).42+ [`pino-http`](https://github.com/pinojs/pino-http): easily use Pino to log43requests with the core `http` module.44+ [`pino-http-print`](https://github.com/pinojs/pino-http-print): reformat Pino45logs into traditional [HTTPD](https://httpd.apache.org/) style request logs.46+ [`pino-mongodb`](https://github.com/pinojs/pino-mongodb): store Pino logs47in a MongoDB database.48+ [`pino-multi-stream`](https://github.com/pinojs/pino-multi-stream): send49logs to multiple destination streams (slow!).50+ [`pino-noir`](https://github.com/pinojs/pino-noir): redact sensitive information51in logs.52+ [`pino-pretty`](https://github.com/pinojs/pino-pretty): basic prettifier to53make log lines human-readable.54+ [`pino-socket`](https://github.com/pinojs/pino-socket): send logs to TCP or UDP55destinations.56+ [`pino-std-serializers`](https://github.com/pinojs/pino-std-serializers): the57core object serializers used within Pino.58+ [`pino-syslog`](https://github.com/pinojs/pino-syslog): reformat Pino logs59to standard syslog format.60+ [`pino-tee`](https://github.com/pinojs/pino-tee): pipe Pino logs into files61based upon log levels.62+ [`pino-test`](https://github.com/pinojs/pino-test): a set of utilities for 63verifying logs generated by the Pino logger.64+ [`pino-toke`](https://github.com/pinojs/pino-toke): reformat Pino logs65according to a given format string.66 67 68<a id="community"></a>69## Community70 71+ [`@google-cloud/pino-logging-gcp-config`](https://www.npmjs.com/package/@google-cloud/pino-logging-gcp-config): Config helper and formatter to output [Google Cloud Platform Structured Logging](https://cloud.google.com/logging/docs/structured-logging)72+ [`@newrelic/pino-enricher`](https://github.com/newrelic/newrelic-node-log-extensions/blob/main/packages/pino-log-enricher): a log customization to add New Relic context to use [Logs In Context](https://docs.newrelic.com/docs/logs/logs-context/logs-in-context/)73+ [`cloud-pine`](https://github.com/metcoder95/cloud-pine): transport that provides abstraction and compatibility with [`@google-cloud/logging`](https://www.npmjs.com/package/@google-cloud/logging).74+ [`cls-proxify`](https://github.com/keenondrums/cls-proxify): integration of pino and [CLS](https://github.com/jeff-lewis/cls-hooked). Useful for creating dynamically configured child loggers (e.g. with added trace ID) for each request.75+ [`crawlee-pino`](https://github.com/imyelo/crawlee-pino): use Pino to log within Crawlee76+ [`pino-colada`](https://github.com/lrlna/pino-colada): cute ndjson formatter for pino.77+ [`pino-dev`](https://github.com/dnjstrom/pino-dev): simple prettifier for pino with built-in support for common ecosystem packages.78+ [`pino-fluentd`](https://github.com/davidedantonio/pino-fluentd): send Pino logs to Elasticsearch,79MongoDB, and many [others](https://www.fluentd.org/dataoutputs) via Fluentd.80+ [`pino-lambda`](https://github.com/FormidableLabs/pino-lambda): log transport for cloudwatch support inside aws-lambda 81+ [`pino-pretty-min`](https://github.com/unjello/pino-pretty-min): a minimal82prettifier inspired by the [logrus](https://github.com/sirupsen/logrus) logger.83+ [`pino-rotating-file`](https://github.com/homeaway/pino-rotating-file): a hapi-pino log transport for splitting logs into separate, automatically rotating files.84+ [`pino-tiny`](https://github.com/holmok/pino-tiny): a tiny (and extensible?) little log formatter for pino.85 