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.
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!