Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 732 Bytes

negroni-logrus

GoDoc Build Status

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).