log4js-node / streamroller

node.js file streams that roll over when they reach a maximum size, or a date/time.
MIT License
38 stars 19 forks source link

moveAndMaybeCompressFile may cause write log fail #173

Open oohusl opened 2 months ago

oohusl commented 2 months ago

if pc compress is slowly case new log open log file failed. Can we first move sourceFile, then zip target file?