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