From 8c71fb86947f2f5a808a343685ad7360cc7150aa Mon Sep 17 00:00:00 2001 From: Theo Gravity Date: Thu, 12 Feb 2026 01:11:59 -0800 Subject: [PATCH 1/3] docs: add LogLayer to community plugins --- docs/plugins/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index fd4899e6..da3458c3 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -65,6 +65,7 @@ Here are some of the official plugins maintained by the Elysia team: - [Logysia](https://github.com/tristanisham/logysia) - classic logging middleware - [Logestic](https://github.com/cybercoder-naj/logestic) - an advanced and customisable logging library for ElysiaJS - [Logger](https://github.com/bogeychan/elysia-logger) - [pino](https://github.com/pinojs/pino)-based logging middleware +- [LogLayer](https://loglayer.dev/integrations/elysia.html) - integrates [LogLayer](htts://loglayer.dev), which is a logging abstraction that supports popular logging libaries and cloud sevices - [Elysia Line](https://github.com/KrataiB/elysia-line) - LINE Messaging API and LINE Login integration for Elysia (wrapper around the official [@line/bot-sdk](https://github.com/line/line-bot-sdk-nodejs)) - [Elylog](https://github.com/eajr/elylog) - simple stdout logging library with some customization - [Logify for Elysia.js](https://github.com/0xrasla/logify) - a beautiful, fast, and type-safe logging middleware for Elysia.js applications From 256118d372f6503bf9f0433e9d9b44cae8341521 Mon Sep 17 00:00:00 2001 From: Theo Gravity Date: Thu, 12 Feb 2026 01:13:15 -0800 Subject: [PATCH 2/3] Update overview.md --- docs/plugins/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index da3458c3..2e520718 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -65,7 +65,7 @@ Here are some of the official plugins maintained by the Elysia team: - [Logysia](https://github.com/tristanisham/logysia) - classic logging middleware - [Logestic](https://github.com/cybercoder-naj/logestic) - an advanced and customisable logging library for ElysiaJS - [Logger](https://github.com/bogeychan/elysia-logger) - [pino](https://github.com/pinojs/pino)-based logging middleware -- [LogLayer](https://loglayer.dev/integrations/elysia.html) - integrates [LogLayer](htts://loglayer.dev), which is a logging abstraction that supports popular logging libaries and cloud sevices +- [LogLayer](https://loglayer.dev/integrations/elysia.html) - integrates [LogLayer](https://loglayer.dev), which is a logging abstraction that supports popular logging libaries and cloud sevices - [Elysia Line](https://github.com/KrataiB/elysia-line) - LINE Messaging API and LINE Login integration for Elysia (wrapper around the official [@line/bot-sdk](https://github.com/line/line-bot-sdk-nodejs)) - [Elylog](https://github.com/eajr/elylog) - simple stdout logging library with some customization - [Logify for Elysia.js](https://github.com/0xrasla/logify) - a beautiful, fast, and type-safe logging middleware for Elysia.js applications From 31f945930ee1654618ab77ec3319f02db96e9ece Mon Sep 17 00:00:00 2001 From: Theo Gravity Date: Thu, 12 Feb 2026 12:31:17 -0800 Subject: [PATCH 3/3] Fix typos in LogLayer description: libaries -> libraries, sevices -> services Co-Authored-By: Claude Opus 4.6 --- docs/plugins/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 2e520718..27566613 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -65,7 +65,7 @@ Here are some of the official plugins maintained by the Elysia team: - [Logysia](https://github.com/tristanisham/logysia) - classic logging middleware - [Logestic](https://github.com/cybercoder-naj/logestic) - an advanced and customisable logging library for ElysiaJS - [Logger](https://github.com/bogeychan/elysia-logger) - [pino](https://github.com/pinojs/pino)-based logging middleware -- [LogLayer](https://loglayer.dev/integrations/elysia.html) - integrates [LogLayer](https://loglayer.dev), which is a logging abstraction that supports popular logging libaries and cloud sevices +- [LogLayer](https://loglayer.dev/integrations/elysia.html) - integrates [LogLayer](https://loglayer.dev), which is a logging abstraction that supports popular logging libraries and cloud services - [Elysia Line](https://github.com/KrataiB/elysia-line) - LINE Messaging API and LINE Login integration for Elysia (wrapper around the official [@line/bot-sdk](https://github.com/line/line-bot-sdk-nodejs)) - [Elylog](https://github.com/eajr/elylog) - simple stdout logging library with some customization - [Logify for Elysia.js](https://github.com/0xrasla/logify) - a beautiful, fast, and type-safe logging middleware for Elysia.js applications