Merge pull request #27209 from akka/wip-sys-log-patriknw
better logger class for typed.ActorSystem
This commit is contained in:
commit
8db73abd33
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ import akka.event.LoggingFilterWithMarker
|
|||
implicit override def executionContext: scala.concurrent.ExecutionContextExecutor = untypedSystem.dispatcher
|
||||
override val log: Logger = new LoggerAdapterImpl(
|
||||
untypedSystem.eventStream,
|
||||
getClass,
|
||||
classOf[ActorSystem[_]],
|
||||
name,
|
||||
LoggingFilterWithMarker.wrap(untypedSystem.logFilter))
|
||||
override def logConfiguration(): Unit = untypedSystem.logConfiguration()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue