diff --git a/docs/guides/guides/network-requests.mdx b/docs/guides/guides/network-requests.mdx index dd51505e5a..04037a298a 100644 --- a/docs/guides/guides/network-requests.mdx +++ b/docs/guides/guides/network-requests.mdx @@ -525,8 +525,9 @@ cy.wait('@new-user').then(console.log) ## Command Log -Cypress logs all `XMLHttpRequest`s and `fetch`es made by the application under -test in the Command Log. Here is an example of what this looks like: +By default, Cypress logs all `XMLHttpRequest`s and `fetch`es made by the +application under test in the Command Log. Here is an example of what this looks +like: