= akka-*: full name space for loggers - resolve #16138
reflect logger name changes in the migration guide fix typo in migration guide fix typo in migration guide (xml)
This commit is contained in:
parent
9203e0d316
commit
d83acb92c3
14 changed files with 23 additions and 14 deletions
|
|
@ -97,7 +97,7 @@ class Cluster(val system: ExtendedActorSystem) extends Extension {
|
|||
scala.collection.JavaConverters.setAsJavaSetConverter(selfRoles).asJava
|
||||
|
||||
private val _isTerminated = new AtomicBoolean(false)
|
||||
private val log = Logging(system, "Cluster")
|
||||
private val log = Logging(system, getClass.getName)
|
||||
// ClusterJmx is initialized as the last thing in the constructor
|
||||
private var clusterJmx: Option[ClusterJmx] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue