Fix for ONOS-1217
- Logger package path was different between Hz 3.3 <=> 3.4 Change-Id: I6933fd61d5e021ae65213464e5fde3417a50d5a3
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -32,7 +32,7 @@ ssh $remote " | ... | @@ -32,7 +32,7 @@ ssh $remote " |
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 | 34 | # Suppress Hazelcast multicast joiner warning |
35 | - echo "log4j.logger.com.hazelcast.cluster.impl.MulticastService= ERROR" \ | 35 | + echo "log4j.logger.com.hazelcast.cluster.MulticastService= ERROR" \ |
36 | >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg | 36 | >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg |
37 | " | 37 | " |
38 | 38 | ... | ... |
-
Please register or login to post a comment