From 159c1383806ea9004191cbb32e0e98163f1f4d76 Mon Sep 17 00:00:00 2001 From: Daniel Derevjanik Date: Tue, 18 Jun 2024 16:17:56 +0200 Subject: [PATCH] Update appenders.md Add cloudwatch & sentry appenders --- docs/appenders.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/appenders.md b/docs/appenders.md index 1619952..d85979b 100644 --- a/docs/appenders.md +++ b/docs/appenders.md @@ -60,6 +60,8 @@ For example, if you were previously using the gelf appender (`type: 'gelf'`) the These appenders are maintained by its own authors and may be useful for you: - [udp](https://github.com/iassasin/log4js-udp-appender) +- [cloudwatch](https://github.com/arch-group/log4js-appender-cloudwatch) +- [sentry](https://github.com/arch-group/log4js-appender-sentry) ## Custom Appenders