From d2f9ffa1d9cf25b25191b221229effac1b6de526 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Tue, 30 Dec 2014 14:02:50 +0100 Subject: [PATCH] readme: add slack hook closes #98 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 937f8c1..32f6dee 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,9 @@ func init() { * [`github.com/sebest/logrusly`](https://github.com/sebest/logrusly) Send logs to Loggly (https://www.loggly.com/) +* [`github.com/johntdyer/slackrus`](https://github.com/johntdyer/slackrus) + Hook for Slack chat. + #### Level logging Logrus has six logging levels: Debug, Info, Warning, Error, Fatal and Panic.