Hi Team,
Is there any way we can extract the UiPath studio logs in the same format we see in the orchestrator? Right now I am testing this to a community version without Orchestrator. I want these logs in excel.
Hi Team,
Is there any way we can extract the UiPath studio logs in the same format we see in the orchestrator? Right now I am testing this to a community version without Orchestrator. I want these logs in excel.
in the logs tab there is a button called export, it will give all the logs in excel format
Regards!
@fernando_zuluaga, I know that
but I wanted to know, is there any way we can do it without Orchestrator? Right now I am not using Orchestrator.
i don’t think that it is possible to get in the same format, logs are created as txt file locally, you can create your own logs or create excel files from that txt files
Regards
We there is no direct way to get logs from studio…
You can use orchestrator api’s and create your own report in the same format
https://docs.uipath.com/orchestrator/reference/api-references
Cheers
Hi there! If I understand your question;
In Studio there is an Open Logs button on the Debug screen which will open .txt versions of your logs.
If you change the file extension to .csv for the execution logs you can open it in excel format and “Row A” will show time and log messages in a much more legible format almost exactly like Orchestrator logs.
I don’t think your question was understood so I hope this is what you were looking for; No Orchestrator needed.