commit | 62389179a09d15127728024b82a74ccf07db3dfe | [log] [tgz] |
---|---|---|
author | Vic Yang <[email protected]> | Thu Jul 12 08:13:02 2012 |
committer | Gerrit <[email protected]> | Thu Jul 12 09:09:45 2012 |
tree | 1e8ef6aa3f78d3b5b4088235cf08bb6b66568e45 | |
parent | 86b1a0347460ffb0cebeb167794d4b32a4bb5c4b [diff] |
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