Hello Friends,
Can we auto export log files after every execution in UiPath?
If yes, then how?
Manually we can export but I want auto download everytime.
Hello Friends,
Can we auto export log files after every execution in UiPath?
If yes, then how?
Manually we can export but I want auto download everytime.
Use Orchestrator API for this. Follow this documentation.
Feel free to ask if anywhere you stuck.
Thanks,
Ashok ![]()
Found one solution regarding this you can refer.
+Added Video tutorial
Thanks,
Ashok ![]()
@ashokkarale , I don’t use orchestrator. I want to export without orchestrator.
Any activity or any option from where it auto saved in that folder?
You can get the locally saved logs from this path.
C:\Users\UserName\AppData\Local\UiPath\Logs
Here get the latest Execution log file like 2024-09-12_Execution.log
This will be generated daily basis and will hold logs generated by all jobs.
If you are looking logs specific to every run, you will have to do text manipulation and create separate file.
Thanks,
Ashok ![]()
I think I need to create text file then.
That’s right. You got it.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.