Here it is:<br><br><?xml version="1.0" encoding="UTF-8" ?><br><br><configuration scan="true"><br>Â Â Â Â Â Â Â <appender name="LOG" class="ch.qos.logback.core.rolling.RollingFileAppender"><br>
               <file>/var/log/zeugma/selectterms/selectterms.log </file><br><br>               <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"><br>                       <FileNamePattern>/var/log/zeugma/selectterms/selectterms.%d{yyyy-MM-dd}.log.gz</FileNamePattern><br>
                       <MaxHistory>30</MaxHistory><br>               </rollingPolicy><br><br>               <layout class="ch.qos.logback.classic.PatternLayout"><br>                       <Pattern>%date [%thread] %-5level %logger - %msg%n</Pattern><br>
               </layout><br>       </appender><br><br>       <root level="info"><br>               <appender-ref ref="LOG" /><br>       </root><br></configuration><br>
<br>-- <br>Stephen Duncan Jr<br><a href="http://www.stephenduncanjr.com">www.stephenduncanjr.com</a><br><br><div class="gmail_quote">On Tue, Sep 15, 2009 at 9:02 AM, Ceki Gulcu <span dir="ltr"><<a href="mailto:ceki@qos.ch">ceki@qos.ch</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi Stephen,<br>
<br>
Thank you for this information. Logback has test cases for this situation (roll over in presence of start/stop). It appears that they did not catch the problem. Would it be possible for you to post your logback configuration file so that I can reproduce the problem?<br>
<br>
TIA,<br>
<br>
Stephen Duncan Jr wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
Thanks. Â I verified that reverting my projects last night to 0.9.16 did fix it so that those cron-scheduled apps did roll-over the log file when run again this morning.<br>
<br>
-Stephen</div></blockquote><div><div class="h5"><br>
<br>
-- <br>
Ceki Gülcü<br>
Logback: The reliable, generic, fast and flexible logging framework for Java.<br>
<a href="http://logback.qos.ch" target="_blank">http://logback.qos.ch</a><br>
_______________________________________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://qos.ch/mailman/listinfo/logback-user" target="_blank">http://qos.ch/mailman/listinfo/logback-user</a><br>
</div></div></blockquote></div><br>