# 2020.10.6

> **Release date: 2 March 2021**

**Release date: 2 March 2021**

## Improvements

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 for `RobotsLogs.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](https://docs.uipath.com/installation-and-upgrade/v2020.10/docs/uipath-orchestrator-dll-config#logs) documentation.
