deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.07k stars 145 forks source link

remove DEBUG entries from log #3106

Closed r10s closed 1 month ago

r10s commented 1 month ago

with the now colored debug log, the green DEBUG entries are easily recognizable - and i do not think, there is any worth in it for out typical debugging of network problems, this level is not even emitted by core/us but only by other libraries.

it is probably just noise in most, if not all cases. and it may result in INFO/WARNING/ERROR being added less for older entries.

i do not think, we need a switch, i would consider a switch only if we really have an issue where that would be helpful.

adbenitez commented 1 month ago

we have a developer mode toogle, makes sense to log debug only if developer mode is enabled

r10s commented 1 month ago

yes, that's an option to play it safe. if it turns out we really never need that stuff we can always iterate