-
Notifications
You must be signed in to change notification settings - Fork 226
Make logs less verbose, especially for sliding sync #2825
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
Conversation
Use the same config as iOS for most targets.
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2825 +/- ##
===========================================
- Coverage 73.96% 73.96% -0.01%
===========================================
Files 1530 1530
Lines 36549 36555 +6
Branches 7075 7076 +1
===========================================
+ Hits 27034 27037 +3
- Misses 5810 5811 +1
- Partials 3705 3707 +2 ☔ View full report in Codecov by Sentry. |
…quest size of the bug reporter server.
…ng the log files (cherry picked from commit 056664077166fd8e32833a1a3d58deba2324d1ca)
|
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.
Thanks!
@@ -96,6 +96,7 @@ class BugReportPresenter @Inject constructor( | |||
if (formState.value.description.length < 10) { | |||
sendingAction.value = AsyncAction.Failure(BugReportFormError.DescriptionTooShort) | |||
} else { | |||
sendingAction.value = AsyncAction.Loading |
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.
Good catch!
Type of change
Content
Make sliding sync and timeline logs from the Rust SDK less verbose.
Motivation and context
Some users (i.e. @frebib) were having issues uploading their logs with the new rotation config. It seems like our logs are way more verbose than the iOS ones.
Tested devices
Checklist