Merge pull request #90 from sebest/master

Add links to a loggly.com hook
This commit is contained in:
Simon Eskildsen 2014-12-11 20:08:49 -05:00
commit 4266e0eb68
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.