Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Customized Server Logger

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages