bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
797 stars 187 forks source link

Getting TypeError: options.winstonInstance.log is not a function error #161

Open ihd2911 opened 6 years ago

ihd2911 commented 6 years ago

i have express js project and installed "express-winston": "^2.4.0" and "winston": "^2.4.0" version. sometimes i am getting following error and system crashed

TypeError: options.winstonInstance.log is not a function at ServerResponse.res.end (D:\Projects\goto\littleCornerBackend\node_modules\express-winston\index.js:319:39)