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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i deranged-express-request-logger

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • hypesystem