Releases: koajs/bunyan-logger
Update deps and add ignorePath option
Thanks to @oleg-koval and others, a dusted off and updated version of this library. We are now solidly dependent on Koa V2 (which shouldn't be a big deal at this point). We have merged everything back to master as the new base and added linting, etc. The other enhancement is official support for the ignorePath option that could be very handy for those people who don't want to over use the log for every little thing.
2.0.0
Fix passing req to logger
Pass this.req instead of this.request to request logger. Update to latest bunyan.
1.2.0
Changes req from this.request (koa request object) to this.req (node request object) and res from this.response to this.res. This changes which fields are logged; res now has statusCode instead of status, and res.header is now a string including the status line.
1.0.1
First release
Merge pull request #2 from pebble/initial Bump version to 1.0. Lock down dependency versions.