<font size=2 face="sans-serif">Hello all,</font>
<br>
<br><font size=2 face="sans-serif">I've got a question about the SizeAndTimeBasedRollingPolicy.
What I would like to achieve is a guaranteed upper boundary for the disk
space used by log files and archives. I was happy to find the related option
"totalSizeCap" for SizeAndTimeBasedRollingPolicy which seemed
to help, but it turns out that this cap is applied only to files older
than the time-based rollover trigger (in my case, a new day). The same
seems to be the case for "maxHistory", it doesn't constrain the
count of files created on the current day. So it is possible that, in worst
case, a lot of files are created and flush disk space.</font>
<br>
<br><font size=2 face="sans-serif">Are there any ideas how to solve that?
I read about FixedWindowRollingPolicy, but I need day based rollover. Here's
my non-working approach so far:</font>
<br>
<br><font size=2 face="sans-serif"><appender name="FILE_DEFAULT"
class="ch.qos.logback.core.rolling.RollingFileAppender"></font>
<br><font size=2 face="sans-serif">        <file>events.log</file></font>
<br><font size=2 face="sans-serif">        <encoder><Pattern>${defaultPattern}</Pattern></encoder></font>
<br><font size=2 face="sans-serif">        <rollingPolicy
class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"></font>
<br><font size=2 face="sans-serif">         
      <fileNamePattern>events_%d{yyyy-MM-dd}_%i.zip</fileNamePattern></font>
<br><font size=2 face="sans-serif">         
      <maxFileSize>1MB</maxFileSize></font>
<br><font size=2 face="sans-serif">         
      <maxHistory>5</maxHistory></font>
<br><font size=2 face="sans-serif">         
      <totalSizeCap>10MB</totalSizeCap></font>
<br><font size=2 face="sans-serif">        </rollingPolicy></font>
<br><font size=2 face="sans-serif"></appender></font>
<br>
<br><font size=2 face="sans-serif">I'm looking forward to any responses.
Have a nice weekend!</font>
<br>
<p><font size=2 color=#ff8100 face="Arial">Simon Erhardt</font><font size=2 face="Arial"><b><br>
</b></font><font size=1 face="Arial">Senior Software Architect<br>
</font><font size=1 color=#4f4f4f face="Arial">Befine Solutions AG - The
Cryptshare company</font>