Review the Generated Log Files

Review the logs generated for the instance to view details for script execution, RPA Agent execution, RPA Bot Execution, Cleanup Service for Agent Execution, RPA Agent Service Status, and Startup Service Logs.

The following table describes the different logs generated and their location.
Log Type Platform Log Location or Command
Script execution logs Linux /var/log/cloud-init-output.log
  Windows C:\Program Files\Cloudbase Solutions\Cloudbase-Init\log\cloud-init-output.log
RPA Agent Execution Logs Linux /home/opc/rpa_agent/agents/agent_<agentNumber>/agent_output.log
  Windows C:\Users\opc\rpa_agent\agents\agent_<agentNumber>\agent_output.log
RPA Bot Execution Logs Linux /home/opc/rpa_agent/agents/agent_<agentNumber>/.orpa
  Windows C:\Users\opc\rpa_agent\agents\agent_<agentNumber>\.orpa
Cleanup Service for Agent Execution Logs Linux /home/opc/rpa_agent/deleteRPALogs.log
  Windows C:\Users\opc\rpa_agent\deleteRPALogs.log
Check RPA Agent Service Status Linux systemctl status RPA_Agent_Service_1.service
  Windows Get-Service -Name "RPA_Agent_Service_1"
Startup Service Logs Linux journalctl -u RPA_Agent_Service_1.service
  Windows Get-WinEvent -LogName System | Where-Object { $_.ProviderName -eq "Service Control Manager" } | Select-Object TimeCreated, Id, Message -First 20