Possible problem with logbox and rolling file appender

I have noticed an issue lately, that doesn’t seem to make sense. I have the following in my config

appenders = {

coldboxTracer = {

class=“coldbox.system.logging.appenders.RollingFileAppender”,

properties={filePath=’/logs’, fileName=‘mylogfile’, autoExpand=true, fileMaxSize=1000, fileMaxArchives=9}

}

},

Now I would assume that it would only keep a maximum of 9 archives, and delete the oldest. I am seeing logs going missing because once the file limit has been reached, all it appears to be doing is deleting the mylogfile. Hence loosing a lot of log information.

Damn, scratch that. It appears some idiot when doing the file sync had filtered all files with the extension of *.zip to be removed from the file sync…