expressjs / morgan

HTTP request logger middleware for node.js
MIT License
7.95k stars 536 forks source link

update readme to note rfs specific version #220

Closed jonchurch closed 4 years ago

jonchurch commented 4 years ago

Addresses @dougwilson request in https://github.com/expressjs/morgan/pull/218#pullrequestreview-343393630.

As of November 2019 the rotating-file-stream package moved from 1.x.x to 2.x.x.

The main breaking change was what is described in #217 and fixed in the docs at #218

jonchurch commented 4 years ago

Closing this in favor of other PRs that would make this obsolete like https://github.com/expressjs/morgan/pull/218.