You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for asking! I'll close this in favor of your other issue, winstonjs/winston-redis#28, but the short answer is that we haven't gone through and verified compatibility of all the transports -- we're still working on core 3.x dev as a priority. We would welcome any PRs to transports to make compatible again though. Might not be too hard if you want to take a look, e.g. common.log is maybe now something like winston.log or winston.default.log ? (would have to look more...)
Using
I have tried passing options and also creating a redis client first which I think should be recognized by winston-redis.
winston-redis also does not seem to be compatible. There is no longer any common.log in common.js called by winston-redis.
https://github.com/winstonjs/winston-redis/blob/master/lib/winston-redis.js#L101
Is there any way to use Redis with 3.x?
The text was updated successfully, but these errors were encountered: