robot
2020.10
false
- Release Notes
- Getting Started
- UiPath Assistant
- Installation and Upgrade
- Robot Types
- Robot Components
- Licensing
- Connecting Robots to Orchestrator
- Processes and Activities
- Logging
- Robot JavaScript SDK
- Specific Scenarios
- Troubleshooting
2020.10.6
OUT OF SUPPORT
Robot User Guide
Last updated Jul 1, 2024
2020.10.6
Release date: 2 March 2021
Adjusting the flush interval and flush size for the
SubmitLogs
endpoint is now possible using two new settings in the
UiPath.Orchestrator.dll.config
file:
RobotsLogs.Flush.Interval
- default value:0
(seconds)-
RobotsLogs.Flush.BatchSize
. - default value:100
(logs)Note: It is important to know that the command sending the logs to Orchestrator triggers at the end of the timespan set forRobotsLogs.Flush.Interval
. If logs add up and the Robot gets disconnected before that time elapses, those logs are sent the next time the Robot connects to Orchestrator.
Find out more by accessing the UiPath.Orchestrator.dll.config documentation.