Re: MDC is not working with AsyncAppender

2002-01-17 Thread Ceki Gülcü
Heikki, I'll look into this. For extra security, would you like to report it as a bug as well? Thanks, Ceki At 17:33 16.01.2002 +0200, you wrote: >MDC seems to work inproperly with AsyncAppender. > >I have a custom appender that reads some entries from the MDC, and writes >them to a database. I

RE: MDC is not working with AsyncAppender

2002-01-16 Thread Heikki . Linnakangas
> From: Claudio Corsi [mailto:[EMAIL PROTECTED]] > > > From: Heikki.LinnakangasÉTietoenator.com > > > > MDC seems to work inproperly with AsyncAppender. > > > > I have a custom appender that reads some entries from the > MDC, and writes > > them to a database. If I use it with the AsyncAppend

Re: MDC is not working with AsyncAppender

2002-01-16 Thread Claudio Corsi
> From: [EMAIL PROTECTED] > > MDC seems to work inproperly with AsyncAppender. > > I have a custom appender that reads some entries from the MDC, and writes > them to a database. If I use it with the AsyncAppender, the MDC information > is sometimes wrong. > > The problems seems to be that Logg

MDC is not working with AsyncAppender

2002-01-16 Thread Heikki . Linnakangas
MDC seems to work inproperly with AsyncAppender. I have a custom appender that reads some entries from the MDC, and writes them to a database. If I use it with the AsyncAppender, the MDC information is sometimes wrong. The problems seems to be that LoggingEvent.getMDCCopy() doesn't actully creat