Suppress Hazelcast multicast joiner warning
Related to ONOS-864 Change-Id: I7e7a27f09cadaf0a4d5cba4caf2757fa6012561d
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -31,6 +31,9 @@ ssh $remote " | ... | @@ -31,6 +31,9 @@ ssh $remote " |
31 | echo "log4j.logger.net.kuujo.copycat= INFO" \ | 31 | echo "log4j.logger.net.kuujo.copycat= INFO" \ |
32 | >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg | 32 | >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg |
33 | 33 | ||
34 | + # Suppress Hazelcast multicast joiner warning | ||
35 | + echo "log4j.logger.com.hazelcast.cluster.impl.MulticastService= ERROR" \ | ||
36 | + >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg | ||
34 | " | 37 | " |
35 | 38 | ||
36 | # Generate a default tablets.json from the ON* environment variables | 39 | # Generate a default tablets.json from the ON* environment variables | ... | ... |
-
Please register or login to post a comment