Add hiprus to hook list

This commit is contained in:
Alexander Surma 2014-08-26 12:16:06 +02:00
parent 736840a898
commit 124e36dcb9
1 changed files with 3 additions and 0 deletions

View File

@ -222,6 +222,9 @@ func init() {
Send errors to remote syslog server. Send errors to remote syslog server.
Uses standard library `log/syslog` behind the scenes. 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 #### 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.