Exam UiARD All QuestionsBrowse all questions from this exam
Question 225

A process was running on multiple machines when a 20-minute system outage occurred. Although the process was able to complete successfully, the data the robots entered into the system was not saved correctly in the backend of the application during the outage. The team only needs to see when each Queue Item transaction started and ended, and then review the transactions that occurred during the time of the outage.

To ensure the logs provide this descriptive information about Transaction Start and End in Orchestrator, which logging level must be set?

    Correct Answer: D

    To ensure the logs provide descriptive information about the Transaction Start and End in Orchestrator, the logging level must be set to Verbose. The Verbose logging level captures detailed logs about each transaction, including when a transaction starts and ends, and the values of variables and arguments used during the process. This level of detail is necessary for reviewing transactions that occurred during the outage and ensuring accurate tracking and analysis.

Discussion
sur_bhi123456789Option: D

Descriptive log messages are always Verbose

Engineer24Option: D

The Verbose level logs a message for both the activity start and end, plus the values of the variables and arguments that are used. By default, the Verbose level includes: Execution Started log entry - generated every time a process is started. Execution Ended log entry - generated every time a process is finalized. Transaction Started log entry - generated every time a transaction item is obtained by the Robot from Orchestrator. Transaction Ended log entry - generated every time the Robot sets the transaction status to either Success or Failed.