---
title: "Log File Relay"
slug: "log-file-relay"
updated: 2024-11-26T16:49:35Z
published: 2024-11-26T16:49:35Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Log File Relay

The **Log File Relay** saves a copy of all the data that flows through the Input Connector to a file. This file rolls over daily and has a configurable limit of the number of files that will be saved.

| **Param name** | **Mandatory** | **Description** | **Default Value** | **Possible Value** |
| --- | --- | --- | --- | --- |
| FilesToKeep | Yes | The number of files that will be saved in the log folder. | 30 | 1 - 2,147,483,647 |

**Example XML:**

```xml
<LogFileRelay>
     <FilesToKeep>30</FilesToKeep>
</LogFileRelay>
```
