commit | ebfef392bd9eef83461522b5227898654cd8aa6c | [log] [tgz] |
---|---|---|
author | Jeff Martin <martinjeffrey@google.com> | Mon Feb 03 10:32:34 2025 -0800 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 03 10:32:34 2025 -0800 |
tree | fb95a42d39472314ece63bb02b194ae4552363e0 | |
parent | f809a81336d84883d446bb78f94cc9267c1408bf [diff] |
[shutdown-shim] Remove dependency on log Because shutdown-shim is a builtin component of Component Manager, when it uses the `log` crate, it's logs are attributed to Component Manager. See https://b.corp.google.com/issues/380873116#comment14 as an example. `main.rs` already has this solved by using `println!` and `eprintln` rather than log; migrate the rest of the crate over to follow that pattern. Change-Id: I493639731d9bac49218042572e46b5558574e4ae Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196716 Fuchsia-Auto-Submit: Jeff Martin <martinjeffrey@google.com> Reviewed-by: Hai Bi <bihai@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.