Re: [akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-05-22 Thread monika singhal
Thanks a lot Adam , even i tried creating a sample project to check feasibility of log4j 2 with akka it works . On Fri, May 22, 2015 at 12:10 AM, Adam adamho...@gmail.com wrote: Hi, Where I work, we're using Akka with log4j2 (through slf4j binding) in production. We're handling billions

Re: [akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-05-22 Thread monika singhal
Thanks patrick for the input . On Thu, May 21, 2015 at 1:43 PM, Patrik Nordwall patrik.nordw...@gmail.com wrote: I have not tried it, but here is something that you might find useful: https://github.com/hseeberger/akka-log4j An alternative is to use log4j2 with the slf4j binding and the Akka

[akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-05-22 Thread 何品
We are using log4j2. 在 2015年2月23日星期一 UTC+8下午7:40:04,Martin Ford写道: Hi, In the Akka documentation http://doc.akka.io/docs/akka/current/java/logging.html#logging-java Typesafe recommend using Logback as the runtime SLF4J backend logger. I'm just wondering what the reasons are for that

[akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-05-21 Thread monika singhal
Anyone tried log4j2 with Akka ? Thanks, Monika -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are

[akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-05-21 Thread Adam
Hi, Where I work, we're using Akka with log4j2 (through slf4j binding) in production. We're handling billions of daily requests and so far it works flawlessly :-) On Thursday, May 21, 2015 at 10:55:22 AM UTC+3, monika singhal wrote: Anyone tried log4j2 with Akka ? Thanks, Monika --

[akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-02-23 Thread Reid Spencer
Because it is good ? :) The author of LOG4J started over and created Logback with several key performance improvements and additional flexibility. On Monday, February 23, 2015 at 6:40:04 AM UTC-5, Martin Ford wrote: Hi, In the Akka documentation

[akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-02-23 Thread Steve Fosdal
Anyone have any feedback after trying Log4J v2 with akka? -Steve On Monday, February 23, 2015 at 3:22:37 PM UTC-6, Reid Spencer wrote: Because it is good ? :) The author of LOG4J started over and created Logback with several key performance improvements and additional flexibility. On

Re: [akka-user] Re: Reasons why Logback is recommended for Akka logging

2015-02-23 Thread Will Sargent
The only thing I know about Log4J 2 is that if you use the asyncappender, it is fast. http://www.xorlev.com/blog/2013/08/11/overengineering-log4j2-s-asyncappender/ However, if you use the Logback asyncappender, it is also fast.