Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Separate ecosystem lists #1942

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ Please send a PR to add new modules!
<a id="core"></a>
## 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.
Expand Down Expand Up @@ -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.

Expand Down