Closed koesie10 closed 6 years ago
This will allow anyone to override the logger or disable the logger completely. Example usages:
// Disable logging mgr.Logger = &worker.StdLogger{log.New(ioutil.Discard, "", 0)} // Use Logrus logging mgr.Logger = logrus.WithField("system", "faktory")
This will allow anyone to override the logger or disable the logger completely. Example usages: