UiPath Automation Developer Professional v1 — Question 68

When should a developer log a coherent message with the Logging Level set as “Info” while building an automation project?

Answer options

Correct answer: A

Explanation

The correct answer is A because logging information every time data is read from external sources helps track the flow of data and is valuable for monitoring the application's operation. Options B, C, and D involve logging for errors or specific variable use, which may not contribute to the general operational insight that 'Info' level logging is intended for.