Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top