connect-winston
v0.0.1
Published
winston logging for connect applications
Readme
connect-winston
Simple really, just a middleware for logging with winston.
Overview
This middleware provides a simple logging routine designed to work with winston. It works with express and vanilla connect.
Installation
npm install connect-winston
Usage
app.use(require("connect-winston")(winston));License
3-clause BSD. A copy is included with the source.
Contact Me
- GitHub (deoxxa)
- Twitter (@deoxxa)
- Email ([email protected])
