diff --git a/docs/api/commands/origin.mdx b/docs/api/commands/origin.mdx index f6a2e505e3..8629f7d5a8 100644 --- a/docs/api/commands/origin.mdx +++ b/docs/api/commands/origin.mdx @@ -123,6 +123,7 @@ Pass in an options object to control the behavior of `cy.origin()`. | option | description | | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | args | Plain JavaScript object which will be serialized and sent from the primary origin to the secondary origin, where it will be deserialized and passed into the callback function as its first and only argument. | +| log | (default `true`) Displays the command in the [Command log](/app/core-concepts/open-mode#Command-Log) | :::caution