- All Implemented Interfaces:
- org.apache.pekko.actor.Actor, org.apache.pekko.dispatch.RequiresMessageQueue<org.apache.pekko.event.LoggerMessageQueueSemantics>, org.apache.pekko.event.Logging.StdOutLogger
public class DebugLogSilencingTestEventListener
extends org.apache.pekko.testkit.TestEventListener
An adaption of TestEventListener that never prints debug logs itself. Use together with pekko.http.impl.util.WithLogCapturing.
It allows to enable noisy DEBUG logging for tests and silence pre/post test DEBUG output completely while still showing
test-specific DEBUG output selectively