Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top