-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced log
with tracing
#75514
Replaced log
with tracing
#75514
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @davidtwco (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@bors r+ |
📌 Commit c5ba2128d854032f843e9532ffa663ab4dc41fd8 has been approved by |
Rollup of 4 pull requests Successful merges: - rust-lang#75376 (Set CMAKE_SYSTEM_NAME when cross-compiling) - rust-lang#75448 (merge `as_local_hir_id` with `local_def_id_to_hir_id`) - rust-lang#75513 (Recover gracefully from `struct` parse errors) - rust-lang#75545 (std/sys/unix/time: make it easier for LLVM to optimize `Instant` subtraction.) Failed merges: - rust-lang#75514 (Replaced `log` with `tracing`) r? @ghost
This comment has been minimized.
This comment has been minimized.
@gdhuper A rebase is needed since we're don't accept PRs with merge commits in them. |
@crlf0710 Thanks for the heads up. I didn't know this. Should I cherry pick previous commit and then rebase or recreate a branch? |
@gdhuper in your case |
ea15c3f
to
d2753f9
Compare
@bors r+ |
📌 Commit d2753f9 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
Description
Replaced
log
withtracing
in the following crates:Fixes: #74747
Checklist: