An open API service indexing awesome lists of open source software.

https://github.com/bbqsrc/koa-huggare


https://github.com/bbqsrc/koa-huggare

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# koa-huggare

A clone of `koa-logger` that uses [huggare](https://github.com/bbqsrc/huggare) for logging.

## Usage

```javascript
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)