Hello,
I'm using the DuplicatedMessageFilter to supress duplicated log messages and it works great.
Can I add exclusions to the filter?
For instance, filter all messages except the ones from org.acme package.
Do I have to create my own DuplicatedMessageFilter extension?
Thanks.