danger / peril

☢️ Serious and immediate danger.
https://danger.systems
MIT License
460 stars 58 forks source link

Fix winston warnings around missing log level #445

Closed zephraph closed 5 years ago

zephraph commented 5 years ago

closes #444

I noticed a lot of warnings from winston about an invalid log level. Looks like there were just some places where winston.log was being called with router being the first argument which was being treated as a log level.

orta commented 5 years ago

Cool!