From 535f69a2f4ab08bfb746fff4a70801bc7b57d441 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Thu, 11 Dec 2014 16:01:13 -0800 Subject: [PATCH] Add links to a loggly.com hook --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cabd027..b6aa84c 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,9 @@ func init() { * [`github.com/nubo/hiprus`](https://github.com/nubo/hiprus) Send errors to a channel in hipchat. +* [`github.com/sebest/logrusly`](https://github.com/sebest/logrusly) + Send logs to Loggly (https://www.loggly.com/) + #### Level logging Logrus has six logging levels: Debug, Info, Warning, Error, Fatal and Panic.