getting Logger with year by year, month by month and day by day in Nodejs

179 Views Asked by At

I want to display the log file year by year, month by month and day by day in Nodejs. Please let me know how to display it in Nodejs. I have used Winston Library for creating log file.

want separate folder for year, month and day which is created at the time of log when user input the data. Whenever new month and new year is appear the folder is created automatically according to time.

0

There are 0 best solutions below