We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The log level for Pathfinder:WRN addPathsForType appears to be too verbose. It should be downgraded from warning to debug or trace level.
Pathfinder:WRN addPathsForType
Run rippled 1.9.1 with the log level set to "WRN" for all components.
rippled
Routine API calls like pathfinding should not produce warning-level messages.
The log fills up with messages like in this screenshot:
Reported by Lathan in Mattermost
The text was updated successfully, but these errors were encountered:
Ouch. My bad.
Sorry, something went wrong.
Lower log level of "addPathsForType" log message:
8e59908
Resolves XRPLF#4177
ee60b16
No branches or pull requests
Issue Description
The log level for
Pathfinder:WRN addPathsForType
appears to be too verbose. It should be downgraded from warning to debug or trace level.Steps to Reproduce
Run
rippled
1.9.1 with the log level set to "WRN" for all components.Expected Result
Routine API calls like pathfinding should not produce warning-level messages.
Actual Result
The log fills up with messages like in this screenshot:
Environment
Reported by Lathan in Mattermost
The text was updated successfully, but these errors were encountered: