<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Arial Unicode MS";
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"\@Arial Unicode MS";
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"\@DengXian";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Arial",sans-serif;
        color:#2E74B5;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.5pt;
        font-family:DengXian;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-family:"Arial",sans-serif;color:#2E74B5'>Thanks a lot for the info. I will try to set the debug mode<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Arial",sans-serif;color:#2E74B5'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-SG style='font-family:"Arial",sans-serif;color:#2F5496'>Thanks & Best Regards<o:p></o:p></span></p><p class=MsoNormal><b><span lang=EN-SG style='font-family:"Arial",sans-serif;color:#2F5496'>Feng Qiang<o:p></o:p></span></b></p><p class=MsoNormal><b><span lang=EN-SG style='font-family:"Arial",sans-serif;color:#2F5496'>Metropolitan Wireless International<o:p></o:p></span></b></p><p class=MsoNormal><span style='font-family:"Arial",sans-serif;color:#2E74B5'><o:p> </o:p></span></p><p class=MsoNormal><b>From:</b> logback-user [mailto:logback-user-bounces@qos.ch] <b>On Behalf Of </b>Olexandr Demura<br><b>Sent:</b> Monday, September 4, 2017 6:56 PM<br><b>To:</b> logback users list <logback-user@qos.ch><br><b>Subject:</b> Re: [logback-user] TimeBasedRollingPolicy stop rolling after running for some time<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>Have you checked logback status data?<o:p></o:p></p></div><p class=MsoNormal>You could turn on writing it to console by <configuration debug="true"> as in <a href="https://logback.qos.ch/manual/configuration.html#dumpingStatusData">https://logback.qos.ch/manual/configuration.html#dumpingStatusData</a><o:p></o:p></p><div><p class=MsoNormal>If it has problems with renaming or compression, e.g. caused by relative base name of # in target name, it should be in status.<o:p></o:p></p></div><div><p class=MsoNormal>And compression is done asyncronously which means, in addition to it being harder to read status logs, what it is not counted as failure if something wrong there.<o:p></o:p></p></div><div><div><p class=MsoNormal><o:p> </o:p></p></div></div></div><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>2017-09-01 11:46 GMT+03:00 fengqiang <<a href="mailto:fengqiang@mwi.com.sg" target="_blank">fengqiang@mwi.com.sg</a>>:<o:p></o:p></p><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><p class=MsoNormal>Hello  we are using logback for our server.  one issue keeps on happening for<br>more than one year. We are using TimeBasedRollingPolicy, the logback works<br>well when server starts and the log rolls according to size and date<br>correctly. However it stops rolling after running for some time (1 or 2<br>weeks) and the log file become extremely huge, 1 or 2 GB.  Recently I found<br>it started when we copied logs from the server, then the rolling stop, the<br>size of all the log files in the folder increase without stop.  my logback<br>configuration is as follows:<br><configuration  scan="true" scanPeriod="300 seconds"><br><br>        <appender name="DATAMGR_FILE"<br>class="ch.qos.logback.core.rolling.RollingFileAppender"><br>                <file>../log/datamgr.log</file><br><br>                <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"><br><br><FileNamePattern>../log/%d{yyyy-MM-dd,aux}/#%i.datamgr.%d{yyyy-MM-dd}.log.zip</FileNamePattern><br>                  <maxHistory>60</maxHistory><br>                  <timeBasedFileNamingAndTriggeringPolicy<br>class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP"><br>                        <maxFileSize>5MB</maxFileSize><br>                  </timeBasedFileNamingAndTriggeringPolicy><br>                  <cleanHistoryOnStart>true</cleanHistoryOnStart><br>                </rollingPolicy><br><br>                <layout class="ch.qos.logback.classic.PatternLayout"><br>                  <Pattern>%d{yyyy-MM-dd HH:mm:ss.SSS}; [%thread]; %-5level;<br>%class{30}.%method:%line; %msg%n</Pattern><br>                </layout><br>        </appender><br><br>         <logger name="com.mwi.cad.datamgr" level="info"  additivity="false"><br>                <appender-ref ref="DATAMGR_FILE" /><br>         </logger><br></configuration><br><br>Anybody could give me some idea what I should do to solve this problem.  Is<br>there any work around I can do? any enlightenment would be greatly<br>appreciated!<br><br><br><br>--<br>Sent from: <a href="http://logback.10977.n7.nabble.com/Users-f3.html" target="_blank">http://logback.10977.n7.nabble.com/Users-f3.html</a><br>_______________________________________________<br>logback-user mailing list<br><a href="mailto:logback-user@qos.ch">logback-user@qos.ch</a><br><a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/logback-user</a><o:p></o:p></p></blockquote></div><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>