-
Notifications
You must be signed in to change notification settings - Fork 24
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
Remove error logs in processing loop #431
Conversation
Codecov Report
@@ Coverage Diff @@
## main #431 +/- ##
==========================================
- Coverage 64.74% 64.72% -0.02%
==========================================
Files 94 94
Lines 6651 6654 +3
==========================================
+ Hits 4306 4307 +1
- Misses 2102 2104 +2
Partials 243 243
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I disagree with this approach especially at current project state. We should give qe and end users all the necessary info to identify bugs and help us to fix these. |
@jpinsonneau So we can indeed move the logs as "trace" or "debug" but the value is low since we discourage users from setting such as level, for performance reasons. QE also don't use that in perf tests. Metrics are really the best way to get these errors. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jotak The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Errors are provided as metrics only to minimize the impact on resources, and logs readability, when an error is thrown repeatedly.