Re: AbstactDatabase appender issue with AsyncLogger

2017-09-28 Thread Matt Sicker
Yes, a jira ticket would be useful, thanks. On 28 September 2017 at 09:29, Tolga Kavukcu wrote: > Hi Remko, > > If it's a subject of a bug fix, do you think a ticket should be created. So > that i can continue the discussion in the dev-list even for a contribution. > >

Re: AbstactDatabase appender issue with AsyncLogger

2017-09-28 Thread Tolga Kavukcu
Hi Remko, If it's a subject of a bug fix, do you think a ticket should be created. So that i can continue the discussion in the dev-list even for a contribution. Regards. On Thu, Sep 28, 2017 at 5:21 PM, Remko Popma wrote: > I'm away from my PC but it sounds like Log4j2

Re: AbstactDatabase appender issue with AsyncLogger

2017-09-28 Thread Remko Popma
I'm away from my PC but it sounds like Log4j2 needs to take a snapshot of the log event before adding it to the list. (Shameless plug) Every java main() method deserves http://picocli.info > On Sep 28, 2017, at 17:45, Tolga Kavukcu wrote: > > Hello, > > I use log4j2

AbstactDatabase appender issue with AsyncLogger

2017-09-28 Thread Tolga Kavukcu
Hello, I use log4j2 AsycLogger Implementation With a custom database appender. As i investigated the async logger mechanism works like that. - Messages are put into DistruptorRingBuffer *Than * RingBufferLogEventHandler's onEvent mehtod is called and message is passed to appender