-
Notifications
You must be signed in to change notification settings - Fork 992
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
suppress the debug log for unexpected file report #2574
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.
Minor: These files are not really "unexpected" files, we fully expect to clean them up over time.
Maybe we should just change the messaging to reflect this?
Something simple like -
"{} files cleaned up from txhashset dir."
} | ||
debug!( | ||
"{} tmp file(s) found in txhashset subfolder {:?}, {} removed.", |
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.
👍
Testing this locally. Getting into the habit of actually checking PRs out and actually running them. |
Testing this against The
Actually seeing this on master currently as well. This is master -
|
Going to open a separate ticket to investigate the "Corrupted storage" issue separately. |
A minor improvement on debug log, to suppress the following boring unexpected files report. Since these
pmmr_leaf.bin.{hash}
files are expected to be removed before zipping.