Showing
1 changed file
with
1 additions
and
1 deletions
@@ -99,7 +99,7 @@ public class DefaultActorService implements ActorService { | @@ -99,7 +99,7 @@ public class DefaultActorService implements ActorService { | ||
99 | 99 | ||
100 | @PostConstruct | 100 | @PostConstruct |
101 | public void initActorSystem() { | 101 | public void initActorSystem() { |
102 | - log.info("Initializing Actor system. {}", actorContext.getRuleChainService()); | 102 | + log.info("Initializing Actor system."); |
103 | actorContext.setActorService(this); | 103 | actorContext.setActorService(this); |
104 | system = ActorSystem.create(ACTOR_SYSTEM_NAME, actorContext.getConfig()); | 104 | system = ActorSystem.create(ACTOR_SYSTEM_NAME, actorContext.getConfig()); |
105 | actorContext.setActorSystem(system); | 105 | actorContext.setActorSystem(system); |