kamranbekirovyz / logarte

🪵 In-app debug console and logger for Flutter
https://pub.dev/packages/logarte
MIT License
32 stars 6 forks source link

Disable developer logs on console #3

Open Abdulvaliy opened 5 months ago

Abdulvaliy commented 5 months ago

How can I disable developer logs on console? When I use the package (thanks to @kamranbekirovyz for this package) I got a lot of logs for every request, even status code is 200. This creates a bit difficulty to find my own print\logs.

Screen Shot 2024-04-24 at 14 35 15

Is it possible to see logs on separate page (rocket button), and not in console?

kamranbekirovyz commented 5 months ago

@Abdulvaliy Thanks for your interest for logarte package.

Would adding a "disableDebugConsoleLogs" kind of prameter solve your issue?

In future, we can also have a list of things to be set as parametes, so that, for example, you can disable network and router logs, but keep database logs.

Abdulvaliy commented 5 months ago

@Abdulvaliy Thanks for your interest for logarte package.

Would adding a "disableDebugConsoleLogs" kind of prameter solve your issue?

In future, we can also have a list of things to be set as parametes, so that, for example, you can disable network and router logs, but keep database logs.

Yep. That would be great 👍🏻