Description:
Currently, it’s only possible to disable all DebugConsoleLogs at once. In practice, it would be more useful to have more granular control. For example:
Disable only navigation logs
Disable only network logs
Proposed options:
disableDebugConsoleNavigationLogs
disableDebugConsoleNetworkLogs
Use case:
In many debugging scenarios, navigation logs can create too much noise, while network logs remain important (or vice versa). Having the ability to selectively disable specific log categories would provide a more efficient debugging experience.