brickyang / egg-morgan

egg.js plugin for morgan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-morgan

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Morgan plugin for egg.js, based on koa-morgan@0.x.

Install

$ npm i egg-morgan --save

Usage

// {app_root}/config/plugin.js
exports.morgan = {
  enable: true,
  package: 'egg-morgan',
};

Configuration

Support all morgan configurations.

// {app_root}/config/config.default.js
exports.morgan = {
  format: 'combined',
  // options: {},
};

see config/config.default.js for more detail.

License

MIT

About

egg.js plugin for morgan.

License:MIT License


Languages

Language:JavaScript 100.0%