bithavoc / express-winston

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

Type error: statusLevels doesn't accepts boolean as a value #243

Closed franciscohanna92 closed 4 years ago

franciscohanna92 commented 4 years ago

statusLevels is documented to accept Boolean or Object as a value, but type definitions says otherwise.

image