winstonjs / winston-daily-rotate-file

A transport for winston which logs to a rotating file each day.
MIT License
895 stars 155 forks source link

excluding today's date format #331

Open dudgns0612 opened 2 years ago

dudgns0612 commented 2 years ago

Can't I exclude today's date when using datePattern and storing by date?

ex) current date filename = app.log later date filename = app.2022-01.01.log

the symlinkName, createSymlink option didn't solve it.

current version 4.5.5

wbt commented 2 years ago

It's a nice idea, but what sometimes happens is that the app crashes and you want to see what happened when it crashed, on the date of the crash, even if you are able to bring it back up on a later date.