Update README.md

add link to Logrus and Viper integration Helper
This commit is contained in:
Alexandre Richonnier 2016-10-05 09:20:26 +02:00 committed by GitHub
parent 3ec0642a7f
commit 0c8a99c9b8
1 changed files with 1 additions and 0 deletions

View File

@ -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