Hi,<br><br>I have created a folder based logging system as the logs are created in the file system as :<br><br>logs/2009/07/12/log.txt<br><br>with this FileNamePattern: logs/%d{yyyy/MM/dd/}log.txt<br><br>I am running in Prudent mode = true by the way.<br>

<br>What I want to add is SizeBasedTriggeringPolicy for this logs, so I add the following: <br><br>&lt;triggeringPolicy<br>            class=&quot;ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy&quot;&gt;<br>            &lt;MaxFileSize&gt;3MB&lt;/MaxFileSize&gt;<br>

        &lt;/triggeringPolicy&gt;<br><br>but this is not affecting the current log file,<br><br>how can achieve this  SizeBasedTriggeringPolicy inside TimeBasedRollingPolicy ?<br><br>Thanks and Regards,<br><br>Yigit<br>