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
Hi friend,
I'm using winston to zip the large log files and I found that when I restart server the winston will recreate a new info.date.log file instead of info.date.log.n even the former info.date.log.gz already exist.
I hope it continues from info.date.log.n file and also zip from .log.n.gz.
Anyone could help?
What version of Winston presents the issue?
v3.13.0
What version of Node are you using?
v16.14.2
If this worked in a previous version of Winston, which was it?
kipa-zhang
changed the title
[Bug]: When zippedArchive is true, if restart server, will create new *.log file
[Bug]: When zippedArchive is true, if restart server, will create new info.2024-03-30.log file
Apr 1, 2024
🔎 Search Terms
zippedArchive, maxsize, log rotation, restart
The problem
Hi friend,
I'm using winston to zip the large log files and I found that when I restart server the winston will recreate a new info.date.log file instead of info.date.log.n even the former info.date.log.gz already exist.
I hope it continues from info.date.log.n file and also zip from .log.n.gz.
Anyone could help?
What version of Winston presents the issue?
v3.13.0
What version of Node are you using?
v16.14.2
If this worked in a previous version of Winston, which was it?
No response
Minimum Working Example
Additional information
No response
The text was updated successfully, but these errors were encountered: