Disable developer logs on console
Abdulvaliy opened this issue · 2 comments
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.
Is it possible to see logs on separate page (rocket button), and not in console?
@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 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 👍🏻