express-logging

v1.1.1
Express middleware to log each request and response
logging express middleware

test

mocha -R spec test/environment.js test/unit/*-test.js

coverage

istanbul cover ./node_modules/mocha/bin/_mocha -- -R dot test/environment.js test/unit/*-test.js

lint

jscs lib && eslint lib

prepublish

npm run test && npm run lint

travis

istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/environment.js test/*-test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
npm i express-logging

Metadata

  • Apache-2.0
  • >= 0.10.26
  • Jorge Lorenzo Gallardo
  • released 5/25/2016

Downloads