commit | ffe34f65d0600105954428392b309248cbef20ff | [log] [tgz] |
---|---|---|
author | Georg Neis <neis@chromium.org> | Mon Dec 27 21:42:36 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 27 21:42:36 2021 |
tree | 2fdd229a98668c9d49318d764164587e4e68bb9f | |
parent | 5bd129ddf2f2d7ff1c7ff4f3289d3112a84d593e [diff] |
logging: Use syslog format for Lacros Ash logs are in syslog format (see go/cros-syslog-format-log-chrome). Currently, Lacros logs are in Chrome format, which is a bit confusing and inconvenient when debugging the interaction between Ash and Lacros or inconsistencies in behavior between them. Hence change Lacros to also use syslog format. Bug: chromium:1277502, chromium:1093033 Change-Id: I266d47f196ccbce3ebd3cb9187bd7cc193201485 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3344657 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Reviewed-by: Wez <wez@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/main@{#954216}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.