4.9 KiB
4.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
Frameworks
express-pino-logger: use Pino to log requests within express.koa-pino-logger: use Pino to log requests within Koa.rill-pino-logger: use Pino as the logger for the Rill framework.restify-pino-logger: use Pino to log requests within restify.
Utilities
pino-arborsculpture: change log levels at runtime.pino-caller: add callsite to the log line.pino-clf: reformat Pino logs into Common Log Format.pino-debug: use Pino to interpretdebuglogs.pino-elasticsearch: send Pino logs to an Elasticsearch instance.pino-eventhub: send Pino logs to an Event Hub.pino-filter: filter Pino logs in the same fashion as thedebugmodule.pino-gelf: reformat Pino logs into GELF format for Graylog.pino-hapi: use Pino as the logger for Hapi.pino-http: easily use Pino to log requests with the corehttpmodule.pino-http-print: reformat Pino logs into traditional HTTPD style request logs.pino-multi-stream: send logs to multiple destination streams (slow!).pino-mongodb: store Pino logs in a MongoDB database.pino-noir: redact sensitive information in logs.pino-pretty: basic prettifier to make log lines human-readable.pino-socket: send logs to TCP or UDP destinations.pino-std-serializers: the core object serializers used within Pino.pino-syslog: reformat Pino logs to standard syslog format.pino-tee: pipe Pino logs into files based upon log levels.pino-toke: reformat Pino logs according to a given format string.pino-test: a set of utilities for verifying logs generated by the Pino logger.
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 Contextpino-lambda: log transport for cloudwatch support inside aws-lambdacloud-pine: transport that provides abstraction and compatibility with@google-cloud/logging.crawlee-pino: use Pino to log within Crawlee