From 124e36dcb923b091d7ec47ab50421a86317a0287 Mon Sep 17 00:00:00 2001 From: Alexander Surma Date: Tue, 26 Aug 2014 12:16:06 +0200 Subject: [PATCH] Add hiprus to hook list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6843fcc..9cdee85 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,9 @@ func init() { Send errors to remote syslog server. Uses standard library `log/syslog` behind the scenes. +* [`github.com/nubo/hiprus`](https://github.com/nubo/hiprus) + Send errors to a channel in hipchat. + #### Level logging Logrus has six logging levels: Debug, Info, Warning, Error, Fatal and Panic.