From 7ea423fca6793697178ddf484fe283955020eb0a Mon Sep 17 00:00:00 2001 From: Noor Eldeen Salah Date: Wed, 21 Sep 2022 08:07:17 +0200 Subject: [PATCH] docs(ecosystem): Add `@fastify/one-line-logger` (#4293) --- docs/Guides/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guides/Ecosystem.md b/docs/Guides/Ecosystem.md index 3fa6d598e6..707190f9ac 100644 --- a/docs/Guides/Ecosystem.md +++ b/docs/Guides/Ecosystem.md @@ -80,6 +80,8 @@ section. [Next](https://github.com/zeit/next.js/). - [`@fastify/oauth2`](https://github.com/fastify/fastify-oauth2) Wrap around [`simple-oauth2`](https://github.com/lelylan/simple-oauth2). +- [`@fastify/one-line-logger`](https://github.com/fastify/one-line-logger) Helps + Formatting fastify's logs into a nice one line message - [`@fastify/postgres`](https://github.com/fastify/fastify-postgres) Fastify PostgreSQL connection plugin, with this you can share the same PostgreSQL connection pool in every part of your server.