LiferayCloud / magnet

✨ A modern approach for async microservices in node.js
Other
41 stars 16 forks source link

Use winston instead of npmlog #116

Open pragmaticivan opened 6 years ago

pragmaticivan commented 6 years ago

npmlog concerns:

We were using wiston in the beginning and even looking to both projects GitHub, it's clear that Winston has more updates/maintainability

eduardolundgren commented 6 years ago

winston is a nice project, although it's considerably more bloated than npmlog, do we have enough logging requirements to worth the change?

pragmaticivan commented 6 years ago

Another alternative suggested by @cirocosta seems to be really good https://www.npmjs.com/package/pino it also has a middleware for express.