Set CopyCat default log level to INFO

Change-Id: I2149152e01cc454930bb06bd0654da471e25b9fc
This commit is contained in:
Yuta HIGUCHI 2014-11-28 23:48:30 -08:00
parent 6d9bd03ca2
commit 18fdb25a95

View File

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