-
Notifications
You must be signed in to change notification settings - Fork 3k
Cleaned up trace log SPIF Block Device #10756
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
Cleaned up trace log SPIF Block Device #10756
Conversation
There's a conflict - we merged one PR addressing some of the issues here, please rebase and review |
I mistakenly branched from an older local master branch indeed. I merged the changes of master and resolved the conflicts. |
- Test most SPIF log to DEBUG level. - Removed DEBUG/ERROR/INFO tags. - Removed not needed line endings.
5f96c75
to
ed36cc4
Compare
Now rebased instead |
@martinichka, thank you for your changes. |
components/storage/blockdevice/COMPONENT_SPIF/SPIFBlockDevice.cpp
Outdated
Show resolved
Hide resolved
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.
Looks OK.
CI started. |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Using SPIF Block Device generated a lot of trace log even when trace threshold is set to INFO. Cleaned up trace log SPIF Block Device:
Pull request type
Reviewers
Release Notes