Exact Extract: “INFO verbosity is recommended for well-established playbooks. It contains only the final playbook execution status and individual playbook step status.” The guide further states: “DEBUG verbosity is recommended for newer playbooks or for active troubleshooting. It contains detailed logging that includes execution information, such as step input, output, configuration, and other details.”
The correct answer is B . In the exhibit, the executed playbook shows Mode: INFO . INFO mode gives only high-level execution status and step status, which explains why the error panel shows only minimal details such as status: failed and execution time. To see connector input, output, configuration, and more useful troubleshooting details, the playbook logging verbosity must be changed to DEBUG .
A may cause a connector step to fail, but it does not explain why error details are missing. C is wrong because Ignore Error would allow the workflow to continue rather than fail normally. D could cause permission-related failure, but again it does not explain the lack of diagnostic detail. The visible clue is the logging mode.
Technical Deep Dive: For a newly built playbook, you should run tests in DEBUG mode until the workflow is stable. DEBUG logs expose step inputs, connector payloads, returned outputs, variable values, and configuration details. After validation, switch back to INFO in production to reduce log volume and storage usage. FortiGate NP/CP hardware offloading is irrelevant here because this is FortiSOAR workflow logging and connector execution diagnostics, not firewall data-plane traffic processing.