How to export logs automatically after execution

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.

@Jeeru_venkat_Rao,

Use Orchestrator API for this. Follow this documentation.

Feel free to ask if anywhere you stuck.

Thanks,
Ashok :slight_smile:

@Jeeru_venkat_Rao,

Found one solution regarding this you can refer.

+Added Video tutorial

Thanks,
Ashok :slight_smile:

@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?

Hi @Jeeru_venkat_Rao

Check the below thread

Regards,

@Jeeru_venkat_Rao,

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 :slight_smile:

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.