UiPath Automation Developer Professional v1 — Question 6
Which logging level includes the following information by default?
1. Execution Started log entry - generated every time a process is started.
2. Execution Ended log entry - generated every time a process is finalized.
3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.
4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.
5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.
6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.
Answer options
- A. Verbose
- B. Trace
- C. Critical
- D. Information
Correct answer: A
Explanation
The correct answer is A, Verbose, as it captures detailed information about the execution and transaction processes, along with activity and variable data. The other levels, such as Trace, Critical, and Information, do not include as comprehensive a set of entries by default and serve different purposes in logging severity and detail.