From 0d56d99f87e1a6d2d0e4f6548eb6b3de033cbded Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Wed, 24 Aug 2022 14:24:45 +0200 Subject: [PATCH] docs(ecosystem): add cloud-pine to community list (#1527) --- docs/ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ecosystem.md b/docs/ecosystem.md index 70d747d7b..160de2955 100644 --- a/docs/ecosystem.md +++ b/docs/ecosystem.md @@ -73,3 +73,4 @@ prettifier inspired by the [logrus](https://github.com/sirupsen/logrus) logger. + [`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-lambda`](https://github.com/FormidableLabs/pino-lambda): log transport for cloudwatch support inside aws-lambda ++ [`cloud-pine`](https://github.com/metcoder95/cloud-pine): transport that provide abstraction and compatibility with [`@google-cloud/logging`](https://www.npmjs.com/package/@google-cloud/logging).