-
Notifications
You must be signed in to change notification settings - Fork 151
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
add tracing #551
base: master
Are you sure you want to change the base?
add tracing #551
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
What is default log level? |
Default log level is set on Line 204 in 0db4838
|
Any progress on this? |
.without_time() | ||
.with_target(false) | ||
.with_env_filter(filter) | ||
.compact() |
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.
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.
I'd want to remove the render:expand:etcetc
things, but that would require a custom formatter, simple to do but maybe not neccessary, this shouldn't be used often
@Emilgardis should I make new release or wait for this PR? |
Go ahead with a release, this is breaking but can be made to not be :) |
This PR does some changes to how logging is done and displayed.
More work maybe needed.
Depends on rust-embedded/svd#172