From 8ded1755eaf290432499d5d9446530149a10dd73 Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Tue, 26 Apr 2022 16:20:45 -0500 Subject: [PATCH] chore: add pino lambda to ecosystem doc (#1417) --- docs/ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ecosystem.md b/docs/ecosystem.md index 3cc175ca8..c0076d501 100644 --- a/docs/ecosystem.md +++ b/docs/ecosystem.md @@ -72,3 +72,4 @@ prettifier inspired by the [logrus](https://github.com/sirupsen/logrus) logger. + [`pino-tiny`](https://github.com/holmok/pino-tiny): a tiny (and exentsible?) little log formatter for pino. + [`pino-dev`](https://github.com/dnjstrom/pino-dev): simple prettifier for pino with built-in support for common ecosystem packages. + [`@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/) ++ [`pino-lamdba`](https://github.com/FormidableLabs/pino-lambda): log transport for cloudwatch support inside aws-lambda