Commit 4094996e38765eb0e77229fe014f4b951bf8914b

Authored by Igor Kulikov
1 parent 289a5f5f

Improve logging.

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