We do almost the exact same thing Chris.  I have verified that with only 0.9.24 in each app's lib folder, it still has this behavior.  So with Chris' input, it looks like this problem is confirmed to happen in 0.9.24, 0.9.28, and 1.0.6 - <br>

<br><div class="gmail_quote">On Thu, Aug 16, 2012 at 11:01 AM, Chris Rompot <span dir="ltr"><<a href="mailto:crompot@gmail.com" target="_blank">crompot@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
<br>
Ceki Gulcu wrote:<br>
><br>
><br>
> If my memory serves me correctly, the context selection code has not<br>
> changed significantly since 0.9.28.<br>
><br>
> How do you perform context selection? Is it JNDI based? Again, what<br>
> happens when you revert to logback 0.9.28?<br>
><br>
> --<br>
> Ceki<br>
> <a href="http://tinyurl.com/proLogback" target="_blank">http://tinyurl.com/proLogback</a><br>
><br>
<br>
</div>We recently noticed the same problem using logback-classic version 1.0.6. We<br>
store our LoggerContexts as values of a static HashMap. I have verified that<br>
the keys used to retrieve the appropriate LoggerContext have distinct hash<br>
codes. In the example that we noticed, the appropriate context was used on<br>
2012-08-15 11:48:58 - 15:48:07 after which it was no longer used. Log<br>
entries that should have gone to it were mixed in with those for a newly<br>
created context from 2012-08-15 15:48:28 on.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://old.nabble.com/Logging-crossing-contexts-tp34292668p34307440.html" target="_blank">http://old.nabble.com/Logging-crossing-contexts-tp34292668p34307440.html</a><br>
Sent from the Logback User mailing list archive at Nabble.com.<br>
</font></span><div class="HOEnZb"><div class="h5"><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><br>
</div></div></blockquote></div><br>