samsontmr / oss-bot-js

Bot for managing first level PR reviews on OSS GitHub repos
2 stars 2 forks source link

Explore using Winston for logging #16 #22

Closed li-kai closed 7 years ago

li-kai commented 7 years ago

Fixes #16

Winston is an async logging library. Simply, just replace console.log with winston.log. You can have a look at winston.warn and stuff.