0

Update logging docs.

These changes reflect default --disable-logging-redirect on test images
with CL:1453044

BUG=928547
TEST=None

Change-Id: I5535049d8303dbfc27b7cc56d5db4bbcf2599b29
Reviewed-on: https://chromium-review.googlesource.com/c/1474652
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Reviewed-by: Dan Erat <derat@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633060}
This commit is contained in:
Achuith Bhandarkar
2019-02-18 10:10:57 +00:00
committed by Commit Bot
parent 22623f22c4
commit c378f12b2e

@ -10,10 +10,11 @@ locations depending on Chrome's state:
that are written very early in Chrome's startup process, before logging has
been initialized.
* `/var/log/chrome/chrome` contains messages that are written before a user has
logged in.
logged in. It also contains messages written after login on test images, where
chrome runs with `--disable-logging-redirect`.
* `/home/chronos/user/log/chrome` contains messages that are written while a
user is logged in. Note that this path is within the user's encrypted home
directory and is only accessible while the user is logged in.
user is logged in on non-test images. Note that this path is within the user's
encrypted home directory and is only accessible while the user is logged in.
All of the above files are actually symlinks. Older log files can be found
alongside them in the same directories.