-
Notifications
You must be signed in to change notification settings - Fork 924
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
Replace log with tracing #3524
Replace log with tracing #3524
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this work with simple_logger
that we use in examples?
If you enable the |
11425fc
to
44b9ace
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How it works when downstream uses log and its machinery? I'd assume you need a special handling?
Should also state in the CHANGELOG that logging was changed, since log users should somehow update.
21e3c76
to
49bf8b3
Compare
fa4aed0
to
89a7768
Compare
Tracing is a modern replacement for the log crate that allows for annotating log messages with the function that they come from. Signed-off-by: John Nunley <[email protected]> Closes: #3482
89a7768
to
55b88c2
Compare
Tracing is a modern replacement for the log crate that allows
for annotating log messages with the function that they come from.
Closes #3482
CHANGELOG.md
if knowledge of this change could be valuable to users