You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using winston-daily-rotate-file I noticed that sometimes the %DATE% placeholder will get replaced and sometimes not, opened an issue on their repo but, thanks to @coreydaley, it turns out that the issue was caused by the library handling the rotation (which should be this).
The text was updated successfully, but these errors were encountered:
R1D3R175
changed the title
Rotation caused by maxSize writes '%DATE%' instead of writing date
Race condition when replacing %DATE% placeholder
Nov 2, 2024
While using
winston-daily-rotate-file
I noticed that sometimes the%DATE%
placeholder will get replaced and sometimes not, opened an issue on their repo but, thanks to @coreydaley, it turns out that the issue was caused by the library handling the rotation (which should be this).For more details check the original issue winstonjs/winston-daily-rotate-file#396
The text was updated successfully, but these errors were encountered: