koa-huggare

0.2.1 • Public • Published

koa-huggare

A clone of koa-logger that uses huggare for logging.

Usage

var app = require('koa')(),
    logger = require('koa-huggare');

app.use(logger({
  exclude: /^\/static/ // Exclude based on tag param (optional)
}));

License

MIT (same as koa-logger)

Readme

Keywords

none

Package Sidebar

Install

npm i koa-huggare

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • bbqsrc