Merge pull request #55 from surma-dump/master

Add hiprus to hook list
This commit is contained in:
Simon Eskildsen 2014-08-26 09:11:44 -04:00
commit c13432b0a5
1 changed files with 3 additions and 0 deletions

View File

@ -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.