Skip to content

Commit

Permalink
Commented dci topic message info log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Sep 26, 2018
1 parent fe5f83b commit e57e8c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class HazelcastDciTopicToolFactory implements ToolFactory<SimpleTopic<EntityCach
return
}
EntityCacheInvalidate eci = message.getMessageObject()
logger.info("====== HazelcastDciTopic message isCreate=${eci.isCreate}, evb: ${eci.evb?.toString()}")
// logger.info("====== HazelcastDciTopic message isCreate=${eci.isCreate}, evb: ${eci.evb?.toString()}")
ExecutionContextImpl.ThreadPoolRunnable runnable = new ExecutionContextImpl.ThreadPoolRunnable(ecfi, {
ecfi.entityFacade.getEntityCache().clearCacheForValueActual(eci.evb, eci.isCreate)
})
Expand Down

0 comments on commit e57e8c3

Please sign in to comment.