FerryTempo / FTServer

A NodeJS implementation of the FerryTempo service.
https://www.ferrytempo.com/
1 stars 0 forks source link

58 standardize logging #59

Closed ckulfan closed 5 months ago

ckulfan commented 5 months ago

Created a logger class to wrap Winston logging, which I added to the project. Then updated all instances of logging to use the wrapper. Finally, included unit tests for the logger.