Add links to a loggly.com hook

This commit is contained in:
Sebastien Estienne 2014-12-11 16:01:13 -08:00
parent 5f3c40cc46
commit 535f69a2f4
1 changed files with 3 additions and 0 deletions

View File

@ -235,6 +235,9 @@ func init() {
* [`github.com/nubo/hiprus`](https://github.com/nubo/hiprus) * [`github.com/nubo/hiprus`](https://github.com/nubo/hiprus)
Send errors to a channel in hipchat. 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 #### Level logging
Logrus has six logging levels: Debug, Info, Warning, Error, Fatal and Panic. Logrus has six logging levels: Debug, Info, Warning, Error, Fatal and Panic.