debug logging in RemoteRestartedQuarantinedSpec, #17314 (#23237)

This commit is contained in:
Patrik Nordwall 2017-06-27 08:51:49 +02:00 committed by Arnout Engelen
parent 9f78cd12c4
commit 5ad217b338

View file

@ -26,8 +26,8 @@ object RemoteRestartedQuarantinedSpec extends MultiNodeConfig {
commonConfig(debugConfig(on = false).withFallback( commonConfig(debugConfig(on = false).withFallback(
ConfigFactory.parseString(""" ConfigFactory.parseString("""
akka.loglevel = WARNING akka.loglevel = DEBUG
akka.remote.log-remote-lifecycle-events = WARNING akka.remote.log-remote-lifecycle-events = DEBUG
# Keep it long, we don't want reconnects # Keep it long, we don't want reconnects
akka.remote.retry-gate-closed-for = 1 s akka.remote.retry-gate-closed-for = 1 s