I there a setting or option to show every executed activity (and it’s timestamp) in the Output Panel (during debug)?
Hello @grosner
As per my understanding if you need to view the logs in the output panel then you will have to use log message activity.
Whereas if you are executing from orchestrtor you can modify the logging methods.
Thank
Hi @grosner ,
Try modifying the UiPath.Settings
file as mentioned in the documentation like below :
You should be able to find the file in the location below :
C:\Users\[UserProfile]\AppData\Local\UiPath\UiPath.settings"
Changing TraceingLevel to Verbose and LowLevelTracing to true in the UiPath.settings file has no affect on what will show in the Output Panel. Further, even with these settings, the execution log does not contain a line for each activity executed.
So, from what I can see, there is currently no way to AUTOMATICALLY log every activity executed and show each activity in the Output panel, DURING A DEBUG execution.
Please update this post if my conclusion is wrong.
Hello @grosner ,
In the Debug ribbon there is an option Log Activities you can enable that it will give you the descriptive logs for each and every activity.
Thanks,
Sanjit
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.