Where can I find robots' performance logs?

Hi guys,

I want to visualize performance of a robot with Dash Plotly (make a graph of how often the robot executed well and how often it had an error for example). I’ve been looking at AppData\Local\UiPath\Logs but I still cant really find that information.

If I look at the Execution.log files it’s literally every stemm the robot did (Found an input field, clicked a button etc).

In Analyzer_Studio files it’s literally the performance of UiStudio, not robots themselves.

Am I missing something?

@Sasha_R

You can get the logs from the orchestrator easily

Please provide some examples for any particular logs

Hope this helps you

Thanks

So, I need to use orchestrator for that?

Will it have the “Robot A performed 100 times this week: 75 times without errors, 25 times there was an error.”?

Or can I get this information just from UiPath logs somewhere?

@Sasha_R

Check below link for your reference

Follow Link

Hope this helps you

Thanks

But what if I want to use dash plotly and make my own dashboards with it?

Where do I find the raw performance log data?

@Sasha_R

For raw performance log data, there was no exact log data

You have to search in Orchestrator DB, Logs generated etc.,

Hope this helps you

Thanks

What about a .db file in AppData\Local\UiPath\Logs\execution_log_data? Could that be it?

It has a long autogenerated name and a .db extention, but when I try to open it as a db with sqlite3 it says it’s not a db.

@Sasha_R

I believe it is a temp file which will read by the UiPath program itself

As these are not officially supported, better to reach technical support of uipath team

They might help you in doing your custom dashboard

Hope this helps you

Thanks