Log.disable
Disables log domain, prevents further log entries from being reported to the client.
{ "id": 1, "method": "Log.disable" }
{ "id": 1, "result": {} }
const result = await send('Log.disable'); console.log(result);