cleanup Cluster logging

* include Cluster Node prefix in same way for all logging
This commit is contained in:
Patrik Nordwall 2019-01-07 13:26:36 +01:00
parent 00b235d9c5
commit 19c9fbc355
8 changed files with 180 additions and 76 deletions

View file

@ -68,7 +68,7 @@ class ClusterLogDefaultSpec extends ClusterLogSpec(ClusterLogSpec.config) {
cluster.settings.LogInfoVerbose should ===(false)
join("is the new leader")
awaitUp()
down("is no longer the leader")
down("is no longer leader")
}
}
}