Turn on debug logging due to failures
This commit is contained in:
parent
531e675ef9
commit
c7af802dc8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ object NodeShutdownMultiJvmSpec extends MultiNodeConfig {
|
|||
val first = role("first")
|
||||
val second = role("second")
|
||||
|
||||
commonConfig(debugConfig(on = false).
|
||||
commonConfig(debugConfig(on = true).
|
||||
withFallback(ConfigFactory.parseString("""
|
||||
akka.cluster {
|
||||
auto-down = on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue