Socket
Socket
Sign inDemoInstall

express-logger-prod

Package Overview
Dependencies
78
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    express-logger-prod

The Logger for Express in production. It builds on the built-in Express logger. It will automatically rotate your logs and archive the old logs daily.


Version published
Maintainers
1
Install size
2.73 MB
Created

Readme

Source

express-logger-prod

The Logger for Express in production. It builds on the built-in Express logger. It will automatically rotate your logs and archive the old logs daily.

Installation

npm install express-logger-prod --save

or

npm i express-logger-prod --save

Usage

var loggerProd = require('express-logger-prod');

app.use(loggerProd());

Log Structure

express-app
├── ...
├── logs
│   └── erros
│       └── error-2018-08-27.log
│       └── error-2018-08-28.log
├── ...

Keywords

FAQs

Last updated on 27 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc