Hi,
Is there anyway I can access a log of the completed actions once my project has successfully completed in Studio e.g. when each click took place?
Thanks in advance.
S
Hi,
Is there anyway I can access a log of the completed actions once my project has successfully completed in Studio e.g. when each click took place?
Thanks in advance.
S
you can set the log level to verbose in debug window and after completing the execution it gives you each and every details along with timings
Hi,
Thank you very much for your speedy reply. I spent a couple of hours on this yesterday evening and I must be doing something wrong! I attempted to set the log level to verbose by editing the UiPath.Studio.exe.config file with the following:
<rules>
<logger name="*" level="Verbose" writeTo="AsyncTarget" />
</rules>
I also tried to set the log level in the project settings via System > Log Message > Log Level - Run Value and Debug value but could not find a verbose option.
I’ve a read through the following information on the website but none of the changes I have made seem to make a difference.
If you could provide any further assistance it would be greatly appreciated.
S