hemerajs / hemera

🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/
MIT License
806 stars 70 forks source link

add custom support for logging #7

Closed WoLfulus closed 7 years ago

WoLfulus commented 7 years ago

For example, we use winston everywhere, I miss the possibility to link an external logging interface which will be awesome to have. Pino actually breaks our logging stack

StarpTech commented 7 years ago

Yes, custom logger interface is useful and should be easy to implement. I will write something down and create a PR.

StarpTech commented 7 years ago

Done with https://github.com/hemerajs/hemera/pull/9