From d9911b0ec0ddcf71c6371da7be363e454e9f93e9 Mon Sep 17 00:00:00 2001 From: Esteban Dalel R Date: Wed, 10 Apr 2024 03:35:50 -0400 Subject: [PATCH] Separate ecosystem lists (#1942) --- docs/ecosystem.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ecosystem.md b/docs/ecosystem.md index 06c3b2b3f..3c3848168 100644 --- a/docs/ecosystem.md +++ b/docs/ecosystem.md @@ -11,10 +11,17 @@ Please send a PR to add new modules! ## Core +### Frameworks + [`express-pino-logger`](https://github.com/pinojs/express-pino-logger): use Pino to log requests within [express](https://expressjs.com/). + [`koa-pino-logger`](https://github.com/pinojs/koa-pino-logger): use Pino to log requests within [Koa](https://koajs.com/). ++ [`rill-pino-logger`](https://github.com/pinojs/rill-pino-logger): use Pino as +the logger for the [Rill framework](https://rill.site/). ++ [`restify-pino-logger`](https://github.com/pinojs/restify-pino-logger): use +Pino to log requests within [restify](http://restify.com/). + +### Utilities + [`pino-arborsculpture`](https://github.com/pinojs/pino-arborsculpture): change log levels at runtime. + [`pino-caller`](https://github.com/pinojs/pino-caller): add callsite to the log line. @@ -54,10 +61,6 @@ to standard syslog format. based upon log levels. + [`pino-toke`](https://github.com/pinojs/pino-toke): reformat Pino logs according to a given format string. -+ [`restify-pino-logger`](https://github.com/pinojs/restify-pino-logger): use -Pino to log requests within [restify](http://restify.com/). -+ [`rill-pino-logger`](https://github.com/pinojs/rill-pino-logger): use Pino as -the logger for the [Rill framework](https://rill.site/). + [`pino-test`](https://github.com/pinojs/pino-test): a set of utilities for verifying logs generated by the Pino logger.