bithavoc / express-winston

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

Add support for colorize without expressFormat. #126

Closed rosston closed 7 years ago

rosston commented 7 years ago

Fixes #121.

Simply colorizes the status code (based on its value). The user can choose color for the rest of the message themselves if they so desire (using chalk + msg option).