bithavoc / express-winston

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

Allow intialization using an instance of winston #255

Closed saumyatripathi closed 3 years ago

saumyatripathi commented 3 years ago

Thanks for creating this library. I have a small concern about the setup.

The current setup forces me to initialize winston via the express-winston options. In my opinion it would be neat if it let's me pass the instance of winston within options in addition to the express-winston specific options.

saumyatripathi commented 3 years ago

Just realized that this is already supported. I will show myself out. Thank you!