Re: AW: Async appender and database logging

2008-02-22 Thread Maarten Bosteels
On Fri, Feb 22, 2008 at 11:02 AM, Curt Arnold <[EMAIL PROTECTED]> wrote: > > On Feb 22, 2008, at 3:30 AM, Andreas Grund wrote: > > > Hi, > > > > I just downloaded and tests the log4j 1.2.15 version and I saw, that > > the > > JoranConfigurator is not back-ported. Are there any plans to do so? > >

Re: AW: Async appender and database logging

2008-02-22 Thread Curt Arnold
On Feb 22, 2008, at 3:30 AM, Andreas Grund wrote: Hi, I just downloaded and tests the log4j 1.2.15 version and I saw, that the JoranConfigurator is not back-ported. Are there any plans to do so? I sk, because I read in the comments, that the JoranConfigurator shall be more powerfull the

AW: Async appender and database logging

2008-02-22 Thread Andreas Grund
Users List Betreff: Re: Async appender and database logging On Feb 20, 2008, at 10:18 AM, James A. N. Stauffer wrote: > I don't know if the AyscAppender has been fixed in that version. > Can you show how you are configuring the AyscAppender and DBAppender? > I think the AsyncAppen

Re: Async appender and database logging

2008-02-20 Thread Curt Arnold
On Feb 20, 2008, at 10:18 AM, James A. N. Stauffer wrote: I don't know if the AyscAppender has been fixed in that version. Can you show how you are configuring the AyscAppender and DBAppender? I think the AsyncAppender fixes came after 1.3-alpha 8. log4j 1.3 development has been abandoned

AW: Async appender and database logging

2008-02-20 Thread Andreas Grund
Nachricht- Von: James A. N. Stauffer [mailto:[EMAIL PROTECTED] Gesendet: Mi 20.02.2008 17:18 An: Log4J Users List Betreff: Re: Async appender and database logging I don't know if the AyscAppender has been fixed in that version. Can you show how you are configuring the AyscAppende

Re: Async appender and database logging

2008-02-20 Thread James A. N. Stauffer
se log4j-1.3-alpha8 in my > application. > > Greetings, > Andreas > > > -Ursprüngliche Nachricht- > Von: James A. N. Stauffer [mailto:[EMAIL PROTECTED] > Gesendet: Mi 20.02.2008 17:06 > An: Log4J Users List > Betreff: Re: Async appender and database logging &

AW: Async appender and database logging

2008-02-20 Thread Andreas Grund
Hi, I'm sorry, I forget to mention, that I use log4j-1.3-alpha8 in my application. Greetings, Andreas -Ursprüngliche Nachricht- Von: James A. N. Stauffer [mailto:[EMAIL PROTECTED] Gesendet: Mi 20.02.2008 17:06 An: Log4J Users List Betreff: Re: Async appender and database lo

Re: Async appender and database logging

2008-02-20 Thread James A. N. Stauffer
Beware that AsyncAppender had bugs and I think you need 1.2.15 to get the fix. On Wed, Feb 20, 2008 at 9:40 AM, Andreas Grund <[EMAIL PROTECTED]> wrote: > Hi Mailinglist, > > I tried to log into a oracle database using the existing DBAppender. To > get a little bit more performance and to ensure

Async appender and database logging

2008-02-20 Thread Andreas Grund
Hi Mailinglist, I tried to log into a oracle database using the existing DBAppender. To get a little bit more performance and to ensure, that my application is not block during logging, I wrapped the DBAppender in my configuration with a Async Appender. But this causes some problems. I got repr