-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use frame_support::logs
APIs
#1326
Conversation
Co-authored-by: MOZGIII <[email protected]>
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.
This looks trivial enough, and we can merge it as it would not be a big deal to change it back where these changes are unwarranted after we find out when to use what properly.
So, we can merge it.
Usually, I'd say we're jumping the gun with these changes - but currently, since the with-tracing
features are not enabled in places, the logging points we left in the code just don't work, which seems to be an inferior state than before - so gonig forward with this now is justified.
As a follow up of #1325 (comment)