From 7056845d0fb52ab4486a4b584906735ed2ef2514 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Mon, 10 Mar 2014 20:32:22 -0400 Subject: [PATCH] readme: add other hook example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ee7427..24fcc13 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ seen as a hint you want to add a field, however, you can still use the #### Hooks You can add hooks for logging levels. For example to send errors to an exception -tracking service on `Error`, `Fatal` and `Panic`. +tracking service on `Error`, `Fatal` and `Panic` or info to StatsD. ```go log = logrus.New()