Execution Logs understanting

Hi,
After running a workflow how to get the execution logs for each and every step that got executed or skipped or failed.
ex:
successfully Click “abc” button
successfully Type into “xyz” field
failed Click “dfg” button

Currently in the Terminal we are getting some error messages, which contains only the errors while executing the scripts, but we are not getting any step specific log.

I also explored the “Log Message” activity, that didn’t help.

Also tried exploring the Log files which is getting recorded in my local machine under UiPath folder, but that didn’t contain any data on every step execution.

Any suggestions will be appreciated.

Hello @Test_Stack,

By default, running processes in UiPath Studio or through Orchestrator doesn’t log every single step of the process. But if you are able to run the process in the Debug mode in UiPath Studio you will be able to see more granular logs and if you also enable Execution Trail, it will give you an idea of what’s being executed and in what order.

Happy automation!

:robot: :robot: :robot:

Hi,

How about turning on LogActivities on ribbon menu when debugging?

Regards,

@Test_Stack,

You can get these details from Verbose level logs. You can enable it in Debug mode before execution by clicking on Log Activities.

Thanks,
Ashok :slight_smile:

Thanks,
Ashok :slight_smile: