In #74726 I made a dependency import hack to reduce the diff size. We should replace all of these imports with tracing = "0.1" and then adjust the crate source by replacing all uses of log imports with tracing import.
Ideally only a few of these are done at a time to keep conflicts at a minimum and get such PRs merged fast.
Note: do not start working on this until #74726 is merged.
In #74726 I made a dependency import hack to reduce the diff size. We should replace all of these imports with
tracing = "0.1"and then adjust the crate source by replacing all uses oflogimports withtracingimport.Ideally only a few of these are done at a time to keep conflicts at a minimum and get such PRs merged fast.
Note: do not start working on this until #74726 is merged.