jesuspc / node_club-dictionaries

A dictionaries microservices for Workshare's Node club
1 stars 0 forks source link

Add logging #25

Closed jesuspc closed 8 years ago

jesuspc commented 8 years ago

We still haven't decided which library to use. I personally liked the one that was chosen by Bruno's team but I am sure there are others.

I don't know how to structure the logging system. One option that comes to my mind is to define a global logger and logger config in the main box.js and subloggers and sublogger configs at each subbox, then inject them to anything that would need it.

Do not forget to unit tests them!

jesuspc commented 8 years ago

Duplicated with #26