用于golang的Log Framework,具有旋转日志文件和过滤日志级别,适用于生产
I found Some log framework for golang in github.com.
Logrus is the one which is recommended by many developers.But It does not have filtering log levels.
Can anyone suggest me a log framework with the mentioned features and that should be suitable for production?