When starting JGroups 2.7.0. GA writes a message to System.out line by line:
--------------------------------------------------------- GMS: address is 10.0.3.35:48641 (cluster=blabla) ---------------------------------------------------------
I want to either suppress it or redirect it using Log4j (which uses the rest of the framework).
Ideas?
I don't want to redirect System.out myself, because usually it causes more problems than it costs.
source share