readme: add slack hook

closes #98
This commit is contained in:
Simon Eskildsen 2014-12-30 14:02:50 +01:00
parent a51c6e4ce2
commit d2f9ffa1d9
1 changed files with 3 additions and 0 deletions

View File

@ -238,6 +238,9 @@ func init() {
* [`github.com/sebest/logrusly`](https://github.com/sebest/logrusly)
Send logs to Loggly (https://www.loggly.com/)
* [`github.com/johntdyer/slackrus`](https://github.com/johntdyer/slackrus)
Hook for Slack chat.
#### Level logging
Logrus has six logging levels: Debug, Info, Warning, Error, Fatal and Panic.