From e958fd6f37d45df3a0cc5532a41cbd8b2888c7f4 Mon Sep 17 00:00:00 2001 From: Zeal Date: Mon, 19 Oct 2015 14:19:45 +0800 Subject: [PATCH] add tools section for logrus mate --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 996c376..fdd4c66 100644 --- a/README.md +++ b/README.md @@ -353,5 +353,10 @@ Log rotation is not provided with Logrus. Log rotation should be done by an external program (like `logrotate(8)`) that can compress and delete old log entries. It should not be a feature of the application-level logger. +#### Tools + +| Tool | Description | +| ---- | ----------- | +|[Logrus Mate](github.com/gogap/logrus_mate)|Logrus mate is a tool for Logrus to management loggers, you can initial logger's level, hook and formatter by config file, the logger will generated with different config at different environment.| [godoc]: https://godoc.org/github.com/Sirupsen/logrus