foyzulkarim / mern-video-streaming

MERN Video Streaming is a cutting-edge, open-source platform for video streaming, offering a comprehensive, full-stack solution utilizing the latest MERN stack technologies.
MIT License
182 stars 63 forks source link

Implement `Winston` logging and send logs to console, loggly, file and MongoDB #85

Closed foyzulkarim closed 1 year ago

foyzulkarim commented 1 year ago

Implemented logging using winstonjs Added multiple transports and make them configurable so that anyone can choose which to use as they see fit. Implemented Loggly and MongoDB transports as well.