Skip to content

Commit aa820d2

Browse files
author
Matt Berther
committed
add documentation regarding removal of winston@2 support
1 parent c1d1a3a commit aa820d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ A transport for [winston](https://github.com/winstonjs/winston) which logs to a
66

77
Starting with version 2.0.0, the transport has been refactored to leverage the the [file-stream-rotator](https://github.com/rogerc/file-stream-rotator/) module. _Some of the options in the 1.x versions of the transport have changed._ Please review the options below to identify any changes needed.
88

9+
## Compatibility
10+
Please note that if you are using `winston@2`, you will need to use `winston-daily-rotate-file@3`. `winston-daily-rotate-file@4` removed support for `winston@2`.
11+
912
## Install
1013
```
1114
npm install winston-daily-rotate-file

0 commit comments

Comments
 (0)