FerryTempo / FTServer

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

Create a Logger module that wraps Node.js Winston logging #58

Closed ckulfan closed 5 months ago

ckulfan commented 6 months ago

Create a Logger module to use for standardizing logging across the FT Server application. This will wrap Winston logging for Node.js to make it easier to change logging in the future.

ckulfan commented 6 months ago

Logger has been created and rolled in to replace the existing console logging capability. Waiting on pull request ahead of this one before submitting.

ckulfan commented 5 months ago

Pull request has been created that includes the changes for this work.