-
Notifications
You must be signed in to change notification settings - Fork 379
refactor(updater): replace log
crate with tracing
for improved logging
#2592
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
base: v2
Are you sure you want to change the base?
Conversation
Package Changes Through d407712There are 3 changes which include log with minor, log-js with minor, updater with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Is there any reason in particular to use |
If logs are recorded using the |
I see, I feel like we probably want to rethink about where to use cc @lucasfernog since you added the logs |
why is tracing_log not optimal? there will always be a bunch of crates using either log or tracing (or in our case, incorrectly mixing both). I see |
All plugins should have |
No description provided.