Fix the path to factory log

The path to factory test log has changed. Let's change it in factorylog
init script.

BUG=none
TEST=Check we can see log in VT3.

Change-Id: Id21ec47bad4a6d8c27ddbed7a090b47b8e01a84f
Reviewed-on: https://gerrit.chromium.org/gerrit/27263
Reviewed-by: Jon Salz <[email protected]>
Reviewed-by: Hsinyu Chao <[email protected]>
Commit-Ready: Vic Yang <[email protected]>
Tested-by: Vic Yang <[email protected]>
diff --git a/factorylog.conf b/factorylog.conf
index e08c909..a72066e 100644
--- a/factorylog.conf
+++ b/factorylog.conf
@@ -10,5 +10,5 @@
 
 respawn
 script
-  tail -n 48 -F /var/log/factory.log >/dev/tty3
+  tail -n 48 -F /var/factory/log/factory.log >/dev/tty3
 end script