-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Remove log
renamings of tracing
crate
#74747
Comments
log
renaming of tracing
cratelog
renamings of tracing
crate
Hi @oli-obk I saw your PR of (#74726 ) where you have replaced Thanks, |
Yes, that's exactly it. Replace |
Thanks for the response. Yes, I'm waiting for your PR to be merged first. |
I would like to give this a shot when #74726 is merged |
Once the PR is merged, before you work on anything, please post here which libs you are going to work on so that you don't conflict with others who are doing the same |
As they are independent, we can make changes on multiple files right? If yes then I'll work on following libs
|
If no one else is planning on tackling the following:
|
I could take care of the remaining files:
|
…th-tracing, r=oli-obk Replaced log with tracing crate Issue rust-lang#74747
Hey everyone, I would like to apologize for not being able to carry this through at the moment. My country was rocked by a massive explosion and I have to be on the ground to help. I wouldn't mind getting back to this as soon as things calm down a bit but if you're short on time I would suggest that someone else takes care of my part of the issue. |
Hey @georgio, so sorry to hear that. I can take care of the rest. |
@gdhuper thank you very much. I really appreciate it. |
I will take care of It seems |
@pawanbisht62 |
…ing, r=oli-obk Incorporated Tracing Crate in some libraries Issue rust-lang#74747
I think we solved all of these |
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 oflog
imports withtracing
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.
The text was updated successfully, but these errors were encountered: