-
Notifications
You must be signed in to change notification settings - Fork 66
[ML] Downgrade log severity for a batch of recoverable errors #2889
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: main
Are you sure you want to change the base?
[ML] Downgrade log severity for a batch of recoverable errors #2889
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Closes #2888 |
edsavage
left a comment
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.
LGTM, just the one comment
| LOG_ERROR(<< "Failed to compute log likelihood (" << this->debug() << ")"); | ||
| LOG_ERROR(<< "samples = " << samples); | ||
| LOG_ERROR(<< "weights = " << weights); | ||
| LOG_DEBUG(<< "Failed to compute log likelihood (" << this->debug() << ")"); |
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.
Should this be LOG_WARN to be consistent with elsewhere?
No description provided.