readme: add journal hook

This commit is contained in:
Simon Eskildsen 2015-02-19 18:51:02 +00:00
parent 273bd5984c
commit 4d9b4f0c83
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@ func init() {
* [`github.com/johntdyer/slackrus`](https://github.com/johntdyer/slackrus) * [`github.com/johntdyer/slackrus`](https://github.com/johntdyer/slackrus)
Hook for Slack chat. Hook for Slack chat.
* [`github.com/wercker/journalhook`](https://github.com/wercker/journalhook).
Hook for logging to `systemd-journald`.
#### 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.