QuestionQ15

Planning, Installation, and Maintenance

The code snippet below appears in the fetch command of an integration instance configured to run on the server.

demisto.debug(f"(len(incidents)\} events fetched")  

Where is the output from this snippet located when the instance performs an automatic fetch?

  • A Incident labels
  • B Platform Log bundle
  • C Integration Logs table
  • D War Room entry
Explanation

demisto.debug generates a debug-level integration log. Cortex XSOAR records integration logs, including debug-level logs and logs from fetch-incidents executions, in the Integration Logs table.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!