https://github.com/bbqsrc/koa-huggare
https://github.com/bbqsrc/koa-huggare
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbqsrc/koa-huggare
- Owner: bbqsrc
- Created: 2015-08-02T06:16:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T12:30:02.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T21:35:03.506Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)