Starting on STC monitor.

Change-Id: I279ef5f26a0e3a5a44c6f597be6c2980f8c955ed
diff --git a/tools/test/bin/onos-untar-and-run b/tools/test/bin/onos-untar-and-run
index 74ce559..b6e6ef0 100755
--- a/tools/test/bin/onos-untar-and-run
+++ b/tools/test/bin/onos-untar-and-run
@@ -17,6 +17,7 @@
     cd /tmp/$ONOS_BITS
     bin/onos-service server 1>/tmp/onos.out 2>/tmp/onos.err &
 
-    # Setup a symlink to allow other tools to work
+    # Setup a few symlinks to allow other tools to work
     sudo ln -s /tmp/$ONOS_BITS $ONOS_INSTALL_DIR
+    sudo ln -s /tmp/$ONOS_BITS/$KARAF_DIST/data/log $ONOS_INSTALL_DIR/log
 "