UiPath Advanced RPA Developer (UiARD) — Question 88
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?
Answer options
- A. Information
- B. Trace
- C. Critical
- D. Verbose
Correct answer: D
Explanation
Setting the logging level to Verbose in Orchestrator is necessary to capture detailed transaction logs, including the start and end times. The other options, such as Information, Trace, and Critical, do not provide the same level of detail required for analyzing transactions during the outage.