This novel workaround simply hides any command log entries that originate from fetch/XHR requests.
While I've updated this receipe for Cypress 10 and converted it to TypeScript you should be able to use it in a JavaScript project by ignoring the cypress.d.ts file and placing the snippet from e2e.ts in e2e.js instead.
👍 , I hear you - In the end I went with the "shimming the
Cypress.logmethod approach (mentioned by @cie), but more refined (used a regular expression, defined outside of custom method, and just ran ateston incoming logdisplayNametypes).