flutter-maplibre-gl icon indicating copy to clipboard operation
flutter-maplibre-gl copied to clipboard

Abusive logging during the download of an offline region

Open mariusvn opened this issue 1 year ago • 2 comments

When we download an offline region, there is so much log that it may considerably reduce the performances.

It is full of logs like that:

03-21 10:00:13.373 30892 30955 D Mbgl-HttpRequest: [HTTP] This request was cancelled (https://tile.openstreetmap.org/5/22/17.png). This is expected for tiles that were being prefetched but are no longer needed for the map to render.
03-21 10:00:13.374 30892 31133 V Mbgl-HttpRequest: [HTTP] Request was successful (code = 200).
03-21 10:00:13.375 30892 31140 V Mbgl-HttpRequest: [HTTP] Request was successful (code = 200).

mariusvn avatar Mar 21 '23 09:03 mariusvn

I'm pretty sure this is the standard logging behavior of the native Maplibre libraries, so there's not much we can do about this here.

m0nac0 avatar Mar 27 '23 16:03 m0nac0

How about opening an issue on the native libraries and linking it here?

JulianBissekkou avatar Jun 29 '23 05:06 JulianBissekkou