Skip to content
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

Merged
merged 1 commit into from Mar 11, 2024

Conversation

bnjbvr
Copy link
Member

@bnjbvr bnjbvr commented Mar 8, 2024

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

@bnjbvr bnjbvr requested a review from a team as a code owner March 8, 2024 10:33
@bnjbvr bnjbvr requested review from ganfra and removed request for a team March 8, 2024 10:33
@bnjbvr bnjbvr changed the title Disable special log level for read receipts Disable trace logs for read receipts Mar 8, 2024
Copy link
Contributor

github-actions bot commented Mar 8, 2024

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/ZS6xq2

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.97%. Comparing base (d65bd4a) to head (33a039d).
Report is 8 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

@@ -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"),
Copy link
Member

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.
@bnjbvr bnjbvr force-pushed the bnjbvr/disable-special-log-level-for-read-receipts branch from a4a4041 to 33a039d Compare March 8, 2024 14:12
@bnjbvr bnjbvr requested a review from bmarty March 8, 2024 14:12
Copy link

sonarcloud bot commented Mar 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, thanks!

@bmarty bmarty merged commit 11fbc4e into develop Mar 11, 2024
16 checks passed
@bmarty bmarty deleted the bnjbvr/disable-special-log-level-for-read-receipts branch March 11, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants