Description:
|
Logback is not updating the "date modified" field on the log files consistently. Sometimes, I see that the date modified field is updated and sometimes it is not updated. I am using rolling file appender (ch.qos.logback.core.rolling.RollingFileAppender) with fixed windows rolling policy and "ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy".
I am creating two different log files and I see that the timestamp is getting updated on one file but not on the other. The logback configuration on both files are the same.
|