From 77264c9c2898a96fac821b3939d2a1403234cf1b Mon Sep 17 00:00:00 2001 From: Simon Delberghe Date: Sat, 1 Dec 2018 12:54:54 +0100 Subject: [PATCH] Updated Hooks (markdown) --- Hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Hooks.md b/Hooks.md index cc7cf87..64cd148 100644 --- a/Hooks.md +++ b/Hooks.md @@ -31,7 +31,8 @@ This page describes the list of supported hooks services. | [Logentrus](https://github.com/puddingfactory/logentrus) | Hook for logging to [Logentries](https://logentries.com/) | | [Logmatic.io](https://github.com/logmatic/logmatic-go) | Hook for logging to [Logmatic.io](http://logmatic.io/) | | [Logrusly](https://github.com/sebest/logrusly) | Send logs to [Loggly](https://www.loggly.com/) | -| [Logstash](https://github.com/bshuster-repo/logrus-logstash-hook) | Hook for logging to [Logstash](https://www.elastic.co/products/logstash) | +| [Logstash](https://github.com/bshuster-repo/logrus-logstash-hook) | Hook for logging to [Logstash](https://www.elastic.co/products/logstash) | +| [Lumberjackrus](https://github.com/orandin/lumberjackrus) | Hook for logging to the local filesystem (with logrotate and a file per log level) | | [Mail](https://github.com/zbindenren/logrus_mail) | Hook for sending exceptions via mail | | [Mattermost](https://github.com/shuLhan/mattermost-integration/tree/master/hooks/logrus) | Hook for logging to [Mattermost](https://mattermost.com/) | | [Mongodb](https://github.com/weekface/mgorus) | Hook for logging to mongodb |