+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:
Konrad Malawski 2016-10-28 14:52:17 +02:00 committed by GitHub
parent 9be7df1527
commit 92671e6d98
14 changed files with 132 additions and 66 deletions

View file

@ -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()