= 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
|
|
@ -129,7 +129,7 @@ private[remote] class Remoting(_system: ExtendedActorSystem, _provider: RemoteAc
|
|||
|
||||
override def localAddressForRemote(remote: Address): Address = Remoting.localAddressForRemote(transportMapping, remote)
|
||||
|
||||
val log: LoggingAdapter = Logging(system.eventStream, "Remoting")
|
||||
val log: LoggingAdapter = Logging(system.eventStream, getClass.getName)
|
||||
val eventPublisher = new EventPublisher(system, log, RemoteLifecycleEventsLogLevel)
|
||||
|
||||
private def notifyError(msg: String, cause: Throwable): Unit =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue