-
Notifications
You must be signed in to change notification settings - Fork 160
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
Disable trace logs for read receipts #2511
Disable trace logs for read receipts #2511
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2511 +/- ##
===========================================
- Coverage 72.97% 72.97% -0.01%
===========================================
Files 1394 1394
Lines 33517 33515 -2
Branches 6493 6493
===========================================
- Hits 24459 24457 -2
Misses 5672 5672
Partials 3386 3386 ☔ View full report in Codecov by Sentry. |
@@ -67,7 +66,6 @@ enum class Target(open val filter: String) { | |||
MATRIX_SDK_SLIDING_SYNC("matrix_sdk::sliding_sync"), | |||
MATRIX_SDK_BASE_SLIDING_SYNC("matrix_sdk_base::sliding_sync"), | |||
MATRIX_SDK_UI_TIMELINE("matrix_sdk_ui::timeline"), | |||
MATRIX_SDK_BASE_READ_RECEIPTS("matrix_sdk_base::read_receipts"), |
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.
We could eventually keep this line to be able to manually tweak the tracing configuration from the app.
Read receipts have been considered quite stable over the last few weeks, so there's no need to keep the trace level for the associated logs for the time being.
a4a4041
to
33a039d
Compare
Quality Gate passedIssues Measures |
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.
OK, thanks!
Read receipts have been considered quite stable over the last few weeks, so there's no need to keep the trace level for the associated logs for the time being.
Signed-off-by: Benjamin Bouvier public@benj.me