UNPKG

bunyan-middleware

Version:

Request, response logger middleware using bunyan. Also provides request<>response duration.

32 lines (20 loc) 792 B
# Change Log ## v1.0.0 - Major: No longer warns on res.close event - better TypeScript support - some improvements to readme ## v0.8.0 - add `filter` option let users filter out certain log messages ([#15](https://github.com/tellnes/bunyan-middleware/issues/15)) ## v0.7.0 - add `excludeHeaders` option ([#12](https://github.com/tellnes/bunyan-middleware/issues/12)) - add typescript declaration ## v0.6.0 - change UUID library from [node-uuid](http://npmjs.com/node-uuid) to [uuid](https://www.npmjs.com/package/uuid). - change to UUID v1 algorithm, see [#11](https://github.com/tellnes/bunyan-middleware/issues/11) for details. ## Older version Information about earlier version can be found by reading the git log. Please open a pull request if you want to see it here.