In UiPath, the Verbose log level offers the most detailed information about the execution of activities. It logs every possible detail about the automation operations, including variable changes, function calls, and external responses. This level is particularly useful for in-depth debugging and analysis.
UiPath Documentation
The hierarchy of log levels in ascending order of priority is as follows:
Off: No logs are stored.
Verbose: Logs all details about automation operations.
Trace: Logs finer-grained informational events than the Debug level.
Information: Logs informational messages that highlight the progress of the application.
Warning: Logs potentially harmful situations.
Error: Logs error events that might still allow the application to continue running.
Fatal: Logs very severe error events that will presumably lead the application to abort.
Therefore, setting the log level to Verbose ensures that all possible details about the execution are captured, aiding in thorough diagnostics.