UiPath Automation Developer Professional v1 — Question 110
A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?
Answer options
- A. When an Exception is caught and handled.
- B. When a Remove Log Fields activity is used to remove them.
- C. When a Log Message activity is executed with Log Level = Warm or higher.
- D. When the first Log Message activity is executed.
Correct answer: B
Explanation
The custom log fields will stop being added to the robot execution logs when a Remove Log Fields activity is used to remove them, making option B the correct choice. Options A, C, and D do not directly lead to the removal of the custom log fields, as they pertain to different logging actions or exceptions.