Re: Share your experiences with log4j.

2014-03-10 Thread Michael Wechner
Hi I am using log4j within the Yanel CMS (http://www.yanel.org) for regular debugging, but also for logging of 404 and access. I have recently upgraded part of the code to log4j2 in order to use fish tagging, which works very fine. Also I am using log4j to send messages via HTTP (and ActiveMQ

Re: Share your experiences with log4j.

2014-03-10 Thread Matt Sicker
You should try the async plugin. It's really good at getting out of the way performance wise. Also, what sort of custom plugin are you using? On Monday, 10 March 2014, Michael Wechner michael.wech...@wyona.com wrote: Hi I am using log4j within the Yanel CMS (http://www.yanel.org) for regular

Re: Share your experiences with log4j.

2014-03-10 Thread Michael Wechner
Am 10.03.14 13:34, schrieb Matt Sicker: You should try the async plugin. It's really good at getting out of the way performance wise. is that part of log4j2 (or 1 or both)? I guess you mean http://logging.apache.org/log4j/2.x/manual/async.html right? Also, what sort of custom plugin are