From 798753ffab0759b613447a910651adc443cadc13 Mon Sep 17 00:00:00 2001 From: Dmytro Krasun Date: Wed, 22 Dec 2021 14:59:03 +0200 Subject: [PATCH] Added the configurable up-to-date hook to send logs to Telegram. --- Hooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Hooks.md b/Hooks.md index 1eea461..11a3c66 100644 --- a/Hooks.md +++ b/Hooks.md @@ -71,6 +71,7 @@ This page describes the list of known hooks services. The list is provided as is | [Syslog TLS](https://github.com/shinji62/logrus-syslog-ng) | Send errors to remote syslog server with TLS support. | | [SQS-Hook](https://github.com/tsarpaul/logrus_sqs) | Hook for logging to [Amazon Simple Queue Service (SQS)](https://aws.amazon.com/sqs/) | | [Telegram](https://github.com/rossmcdonald/telegram_hook) | Hook for logging errors to [Telegram](https://telegram.org/) | +| [Telegram](https://github.com/krasun/logrus2telegram) | Hook for sending logs to [Telegram](https://telegram.org/) | | [Tencent Cloud CLS](https://github.com/chuangbo/logruscls) | Hook for [Tencent Cloud CLS](https://intl.cloud.tencent.com/document/product/614) ([zh-CN](https://cloud.tencent.com/document/product/614)) | | [TraceView](https://github.com/evalphobia/logrus_appneta) | Hook for logging to [AppNeta TraceView](https://www.appneta.com/products/traceview/) | | [Typetalk](https://github.com/dragon3/logrus-typetalk-hook) | Hook for logging to [Typetalk](https://www.typetalk.in/) |