Reduce unwanted logging from remoting, see #2826
* Handle logging in EndpointManager supervisorStrategy * Added some more exception types to be able to differentiate failures
This commit is contained in:
parent
f4d59383d7
commit
a67fa18f8d
4 changed files with 49 additions and 24 deletions
|
|
@ -81,6 +81,9 @@ trait MultiNodeClusterSpec extends Suite with STMultiNodeSpec with WatchedByCoro
|
|||
|
||||
Seq(".*received dead letter from.*ClientDisconnected",
|
||||
".*received dead letter from.*deadLetters.*PoisonPill",
|
||||
".*received dead letter from.*Disassociated",
|
||||
".*received dead letter from.*DisassociateUnderlying",
|
||||
".*received dead letter from.*HandleListenerRegistered",
|
||||
".*installing context org.jboss.netty.channel.DefaultChannelPipeline.*") foreach { s ⇒
|
||||
sys.eventStream.publish(Mute(EventFilter.warning(pattern = s)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue