문제

I'm using Hazelcast as a library in my program.

I don't want Hazelcast to print all the stuff to console while adding a node or creating newHazelcastInstance.

It should just add node in background without printing? How can I achieve this?

도움이 되었습니까?

해결책

It depends on your logging framework you are using, or how you have configured Hazelcast.

For example if you are using log4j and have selected the log4j logger in Hazelcast, then you could filter out the Hazelcast log entries.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top