Make logs less verbose, especially for sliding sync (#2825)

* Make logs less verbose, especially for sliding sync.

Use the same config as iOS for most targets.

* Make sure we don't try to upload logs that are larger than the max request size of the bug reporter server.

* Display the loading state as soon as the bug reporter starts processing the log files

* Add changelog
This commit is contained in:
Jorge Martin Espinosa 2024-05-09 16:39:59 +02:00 committed by GitHub
parent caec9e8671
commit 04e6f66a02
6 changed files with 24 additions and 8 deletions

1
changelog.d/2825.bugfix Normal file
View file

@ -0,0 +1 @@
Make log less verbose, make sure we upload as many log files as possible before reaching the request size limit of the bug reporting service, discard older logs if they don't fit.