<div dir="ltr"><div class="gmail_default" style="font-family:'courier new',monospace">Finally I manage to get a time to debug the app. Looking into ReconfigureOnChangeFilter (version 1.0.13) , the execution is stopped by line #108 where the mask is always set to 65535 . </div><div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace">I'm clueless on how to change the mask as it seems like it is being managed automatically by updateMaskIfNecessary (line #147) . I believe it was added for optimization, but with mask value of 65535, it will be a while for the configuration to be loaded even though i set my configuration to be scanned every 200 seconds.</div><div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace">Any hint how to fix this? Thanks,</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">Johanes</div></div>
<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
<br>
Message: 1<br>
Date: Wed, 12 Nov 2014 12:10:38 +1100<br>
From: Johanes Soetanto <<a href="mailto:otnateos@gmail.com">otnateos@gmail.com</a>><br>
To: <a href="mailto:logback-user@qos.ch">logback-user@qos.ch</a><br>
Subject: Re: [logback-user] logback.xml not reloaded<br>
Message-ID:<br>
        <CAHn_LrykvJuj=UF4=-YhoW+QdUb2y+iHKS9u=5wT5D=<a href="mailto:dCv8uNA@mail.gmail.com">dCv8uNA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Upon my investigation, it seems like my problem with reloading is related<br>
to the change made in version 1.0.2 (<a href="http://jira.qos.ch/browse/LOGBACK-327" target="_blank">http://jira.qos.ch/browse/LOGBACK-327</a><br>
).<br>
<br>
I tested with version 1.0.1 or 1.1.2 the configuration is not reloaded when<br>
there is change.<br>
<br>
<br>
Note: I haven't run the app on debug mode.<br>
<br>
Johanes<br>
<br>
><br>
> Message: 4<br>
> Date: Tue, 4 Nov 2014 10:01:11 +0000<br>
> From: David Roussel <<a href="mailto:nabble@diroussel.xsmail.com">nabble@diroussel.xsmail.com</a>><br>
> To: logback users list <<a href="mailto:logback-user@qos.ch">logback-user@qos.ch</a>><br>
> Subject: <div class="gmail_default" style="font-family:'courier new',monospace;display:inline"></div>Re: [logback-user] logback.xml not reloaded<br>
> Message-ID:<br>
>         <<a href="mailto:EEBB841D-A28F-4616-80CD-83E3A326CF70@diroussel.xsmail.com">EEBB841D-A28F-4616-80CD-83E3A326CF70@diroussel.xsmail.com</a>><br>
> Content-Type: text/plain; charset="us-ascii"<br>
><br>
> My only suggestion is running it in a debugging session in your IDE and<br>
> seeing what is happening that way.<br>
><br>
> David<br>
><br>
> > On 4 Nov 2014, at 07:34, Johanes Soetanto <<a href="mailto:otnateos@gmail.com">otnateos@gmail.com</a>> wrote:<br>
> ><br>
> > Hi there,<br>
> ><br>
> > I would like to know if there is a way to debug why logback.xml<br>
> configuration change cannot be reloaded by our application. It had been<br>
> working correctly on our application for a long time, however I discover<br>
> from a week ago that change at runtime is not applied. If i restart the<br>
> application, the change is applied properly. configuration xml is using<br>
> basic one using scan="true".<br>
> ><br>
> > I tried adding debug="true" but no information message apart from usual<br>
> logback information message before application startup. The only change I<br>
> can think of is we change Tomcat from 6.0.x to 7.0.56. We are using logback<br>
> version 1.0.13.<br>
> ><br>
> > Any assistance is appreciated.<br>
> ><br>
> > Thanks<br>
> ><br>
> > Johanes<br>
> > </blockquote></div></div></div>