Commit 4094996e38765eb0e77229fe014f4b951bf8914b

Authored by Igor Kulikov
1 parent 289a5f5f

Improve logging.

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