File f = new File(file);
f.setLastModified(currentTime);
}
StatusManager sm = context.getStatusManager();
sm.add(new InfoStatus("Time when rfa1 is stopped: " + new Date(currentTime), this));
sm.add(new InfoStatus("currentTime%1000=" + (currentTime % 1000), this));
initRollingFileAppender(rfa2, file);
initPolicies(rfa2, tbrp2, randomOutputDir + testId + "-%d{"
+ DATE_PATTERN_WITH_SECONDS + "}-%i.txt" + compressionSuffix, sizeThreshold, currentTime, 0);