negroni-logrus
November 29, 2020 ยท View on GitHub
logrus middleware for negroni
Usage
Take a peek at the basic example or the custom
example, the latter of which includes setting a
custom log level on the logger with NewCustomMiddleware.
If you want to reuse an already initialized logrus.Logger, you should be using
NewMiddlewareFromLogger (see existinglogrus).