jPOS icon indicating copy to clipboard operation
jPOS copied to clipboard

Add ability to prevent logging of peer-disconnect messages

Open ar opened this issue 4 years ago • 2 comments

On one-shot connections, the peer-disconnect message can become annoying. We should have the ability to prevent logging them.

ar avatar May 13 '21 20:05 ar

Maybe adding a LogListener that can take care of filtering BaseChannel produced log events?

It can be configured to filter given events.

ChannelFilterLogListener? or maybe a more general-purpose one?

alcarraz avatar May 13 '21 20:05 alcarraz

That's one way to solve it, but I think it's an annoying enough log event that we can handle at BaseChannel level configuration.

ar avatar May 13 '21 22:05 ar