Re: ThreadContext vs asynchronous app

2015-05-18 Thread Mikael Ståldal
No, not really. There is some discussion on this JIRA issue, but it does not solve my problem: https://issues.apache.org/jira/browse/LOG4J2-1010 And even my suggestion in the JIRA issue is not ideal solution, just a possible workaround. What I really want is something which work like

Re: ThreadContext vs asynchronous app

2015-05-18 Thread Gary Gregory
Mikael, Did you get any help on this? Gary On Fri, May 8, 2015 at 1:51 AM, Mikael Ståldal mikael.stal...@magine.com wrote: I have an asynchronous web app (in Scala based on Twitter Finagle, not using Servlet API). I use Log4j 2.2 for logging, and I want to tag log messages with some

Re: JDK8 Problem

2015-05-18 Thread Gary Gregory
Does this work for you now? Is that why we have not hear back from you? ;-) Gary On Fri, May 8, 2015 at 7:25 PM, Gary Gregory garydgreg...@gmail.com wrote: AFAIK it should work the same On java 7 and 8. You should publish your whole test including configuration so we can try to reproduce.