Awesome
negroni-logrus
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).