<div dir="ltr">Hello,<div><br></div><div>I am using using logback version 1.0.9 with slf4j 1.7.2. I see my log file not getting rolled over even after the maxFileSize exceeds. I see that the new logs are still logged to the same file and its size continuously increasing. My configuration is as below</div><div><br></div><div><div>  <appender name="WEB_LOG" class="ch.qos.logback.core.rolling.RollingFileAppender"></div><div>        <file>web.log</file></div><div>        <rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"></div><div>            <fileNamePattern>web%i.log</fileNamePattern></div><div>            <minIndex>1</minIndex></div><div>            <maxIndex>9</maxIndex></div><div>        </rollingPolicy></div><div>        <triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"></div><div>            <maxFileSize>20MB</maxFileSize></div><div>        </triggeringPolicy></div><div>        <encoder></div><div>            <pattern>%date [%thread] %-5level %logger{36} %line - %msg%n</pattern></div><div>        </encoder></div><div>    </appender></div></div><div><br></div><div>The current log file size is over 55 mb. I would like to know if there is any information that I could capture while this issue is seen in the production environment since I assume this would be a rare bug being seen.</div><div><br></div><div>Regards,</div><div>Amit.</div></div>