Re: Filters and Async Appender

2020-08-11 Thread Dennys Fredericci
ould only be called once. I am not sure why > thought would be any different with an Async appender. > > Ralph > > > > > On Aug 4, 2020, at 12:55 PM, Dennys Fredericci > > wrote: > > > > Hi All, > > > > There is a library micrometer(htt

Re: Filters and Async Appender

2020-08-06 Thread Dennys Fredericci
global filter? Why it is not working? If a global filter is called just once will be perfect for my use case. Thank you! Regards, Dennys Fredericci On 2020/08/04 21:18:57, Ralph Goers wrote: > A Global Filter can be called once during the isEnabled check and then again > when the ev

Filters and Async Appender

2020-08-04 Thread Dennys Fredericci
s for each logging level? Or is there a workaround that can be implemented on the Filter implementation to do the correct count? Regards, Dennys Fredericci