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:
<LogFileRelay>
     <FilesToKeep>30</FilesToKeep>
</LogFileRelay>