From 0c8a99c9b84247e9d52936ae51d8f46f8889250f Mon Sep 17 00:00:00 2001 From: Alexandre Richonnier Date: Wed, 5 Oct 2016 09:20:26 +0200 Subject: [PATCH] Update README.md add link to Logrus and Viper integration Helper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab48929..527eef1 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,7 @@ entries. It should not be a feature of the application-level logger. | Tool | Description | | ---- | ----------- | |[Logrus Mate](https://github.com/gogap/logrus_mate)|Logrus mate is a tool for Logrus to manage loggers, you can initial logger's level, hook and formatter by config file, the logger will generated with different config at different environment.| +|[Logrus Viper Helper](https://github.com/heirko/go-contrib/tree/master/logrusHelper)|An Helper arround Logrus to wrap with spf13/Viper to load configuration with fangs! And to simplify Logrus configuration use some behavior of [Logrus Mate](https://github.com/gogap/logrus_mate). [sample](https://github.com/heirko/iris-contrib/blob/master/middleware/logrus-logger/example) | #### Testing