+act,rem,str add SECURITY marker to logs (#21749)
* +act,rem,str add SECURITY marker to logs * Update TlsSpec.scala
This commit is contained in:
parent
9be7df1527
commit
92671e6d98
14 changed files with 132 additions and 66 deletions
|
|
@ -195,7 +195,7 @@ private[akka] class RemoteActorRefProvider(
|
|||
local.rootPath / "remote",
|
||||
rootGuardian,
|
||||
remotingTerminator,
|
||||
log,
|
||||
_log,
|
||||
untrustedMode = remoteSettings.UntrustedMode)
|
||||
local.registerExtraNames(Map(("remote", d)))
|
||||
d
|
||||
|
|
@ -206,7 +206,7 @@ private[akka] class RemoteActorRefProvider(
|
|||
_internals = internals
|
||||
remotingTerminator ! internals
|
||||
|
||||
_log = Logging(eventStream, getClass.getName)
|
||||
_log = Logging.withMarker(eventStream, getClass.getName)
|
||||
|
||||
// this enables reception of remote requests
|
||||
transport.start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue