cleanup Cluster logging
* include Cluster Node prefix in same way for all logging
This commit is contained in:
parent
00b235d9c5
commit
19c9fbc355
8 changed files with 180 additions and 76 deletions
|
|
@ -130,7 +130,7 @@ private[metrics] class ClusterMetricsCollector extends Actor with ActorLogging {
|
|||
import context.dispatcher
|
||||
val cluster = Cluster(context.system)
|
||||
import cluster.{ selfAddress, scheduler }
|
||||
import cluster.InfoLogger._
|
||||
import cluster.ClusterLogger._
|
||||
val metrics = ClusterMetricsExtension(context.system)
|
||||
import metrics.settings._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue