Ceki,<div><br></div><div>I haven't tested against HEAD yet. But I was tweaking with <maxHistory>, and it doesn't appear to obey when the filename pattern changes on the folder. This might be an unsupported configuration, but thought it might work since I saw it as an example on the website. "/wombat/%d{yyyy/MM}/foo.txt" [1]</div>
<div><br></div><div>This is the config I'm testing with.</div><div><br></div><div><div>      <appender name="FILE-${KEY}" class="ch.qos.logback.core.rolling.RollingFileAppender"></div><div>        <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"></div>
<div>          <pattern>%d{HH:mm:ss.SSS zz} %-5level [%thread] %logger{35} [%-3X{KEY}] %msg%n</pattern></div><div>        </encoder></div><div>        <rollingPolicy class="com.touchnet.twp.contextconfig.lbclassic.CloseTBRP"></div>
<div>          <fileNamePattern>${TEMP_FOLDER}/%d{<span style="background-color: rgb(255, 255, 0);">HHmmss'/</span>maxhist-key/key.'<span style="background-color: rgb(255, 255, 0);">HHmmss</span>}.${KEY}.%i.txt.zip</fileNamePattern></div>
<div>          <maxHistory>1</maxHistory> <!-- date periods to keep in addition to current --></div><div>          <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.CloseSTBFNATP"></div>
<div>            <maxFileSize>1</maxFileSize> <!-- testing if index values were counted in history --></div><div>          </timeBasedFileNamingAndTriggeringPolicy></div><div>        </rollingPolicy></div>
<div>      </appender></div><div><br></div>[1] 
<a href="http://logback.qos.ch/manual/appenders.html">http://logback.qos.ch/manual/appenders.html</a> </div><div><br></div><div>Thanks,</div><div>-- TJ</div><div><br><div class="gmail_quote">On Fri, Nov 11, 2011 at 2:15 AM, ceki <span dir="ltr"><<a href="mailto:ceki@qos.ch">ceki@qos.ch</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
So does compression with SiftingAppender work now?<br>
-- <br>
Ceki<br>
<a href="http://twitter.com/#!/ceki" target="_blank">http://twitter.com/#!/ceki</a><div class="im"><br>
<br>
On 10.11.2011 18:35, TJ Rothwell wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Done.<br>
<br>
<a href="http://jira.qos.ch/browse/LBCORE-236" target="_blank">http://jira.qos.ch/browse/<u></u>LBCORE-236</a><br>
<br>
On Thu, Nov 10, 2011 at 11:24 AM, ceki <<a href="mailto:ceki@qos.ch" target="_blank">ceki@qos.ch</a><br></div><div class="im">
<mailto:<a href="mailto:ceki@qos.ch" target="_blank">ceki@qos.ch</a>>> wrote:<br>
<br>
    On 10.11.2011 17:14, TJ Rothwell wrote:<br>
<br>
        Ceki,<br>
<br>
        There was one additional problem I ran into so I'm unable to use the<br>
        stock SizeAndTimeBasedFNATP.<br>
<br></div>
        computeCurrentPeriodsHighestCo<u></u>__unterValue(String) assumes that<div class="im"><br>
        it will<br>
        write to the last index'd value even though it was already<br>
        compressed.<br>
<br>
<br></div>
    I just modified computeCurrentPeriodsHighestCo<u></u>__unterValue so that<div class="im"><br>
    it takes into account compression of the latest file<br>
<br>
    Please test it. A new bug report regarding this issue is still<br>
    warranted. Please create it.<br>
    --<br>
    Ceki<br>
<br>
</div></blockquote><div class="HOEnZb"><div class="h5">
<br>
______________________________<u></u>_________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/<u></u>listinfo/logback-user</a><br>
</div></div></blockquote></div><br></div>