deranged-express-request-logger

0.0.1 • Public • Published

express-request-logger

This is the request logger used by deranged in a bunch of projects that use express. It is a piece of middleware that can be quickly dropped in:

var requestLogging = require("deranged-express-request-logger");

app.use(requestLogging);

It logs the contents of incoming requests and the resulting response.

Right now it uses console.log, but this should be made modifiable in the future.

Readme

Keywords

none

Package Sidebar

Install

npm i deranged-express-request-logger

Weekly Downloads

3

Version

0.0.1

License

ISC

Last publish

Collaborators

  • hypesystem