Yuta HIGUCHI

Set CopyCat default log level to INFO

Change-Id: I2149152e01cc454930bb06bd0654da471e25b9fc
...@@ -26,6 +26,11 @@ ssh $remote " ...@@ -26,6 +26,11 @@ ssh $remote "
26 26
27 echo \"onos.ip = \$(ifconfig | grep $ONOS_NIC | cut -d: -f2 | cut -d\\ -f1)\" \ 27 echo \"onos.ip = \$(ifconfig | grep $ONOS_NIC | cut -d: -f2 | cut -d\\ -f1)\" \
28 >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/system.properties 28 >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/system.properties
29 +
30 + # Drop copycat related log level for the console
31 + echo "log4j.logger.net.kuujo.copycat= INFO" \
32 + >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg
33 +
29 " 34 "
30 35
31 # Generate a default tablets.json from the ON* environment variables 36 # Generate a default tablets.json from the ON* environment variables
......