red-jay

1.0.4 • Public • Published

Red-Jay

Tiny Customized Server Logger

Usage


    npm i red-jay

then

    var redjay = require('red-jay');
 
    // etc...
 
    app.use(redjay.prod); 
    // or
    app.use(redjay.dev);

What it Logs


  • Response Time
  • Content-Length
  • User-Agent
  • Url
  • Method

Options


dev -> outputs to console only prod -> outputs to a log file as well

Licence

MIT

Package Sidebar

Install

npm i red-jay

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

4.6 kB

Total Files

6

Last publish

Collaborators

  • jexulie