Skip to main content

Posts

Showing posts with the label Logging overview in UiPath RPA

Logging overview in UiPath RPA

What is logging? Logging can be defined as the process of recording events or actions that occur during the execution of a workflow. It involves creating log messages that contain details such as process start/end, timestamps, error messages, severity levels of messages, user inputs, or any other information relevant to an action and then storing them in a Log file. Effective logging practice is an essential part of developing automation as it helps understand the flow of execution of workflows and identify the cause of errors or unexpected behaviors. Types of logs in UiPath Before we learn how to set up logs that are useful when developing projects, let's first start by checking out the main types of logs generated by the UiPath Platform: Studio logs. Setup Logs Orchestrator diagnostic logs. Robot Logs Robot logs There are two types of Robot logs: Robot execution logs : These are messages generated by the execution of a process and contain information related to its behavior and u...