log/log.go @@ -13,6 +13,7 @@ func init() { Log = NewLogger() Log.SetLevel(logrus.ErrorLevel) } func NewLogger() *logrus.Logger {