The contentRelayer stores all of its activity in a total of 8 log files. The Relayer log files are stored in C:\winnt\system32. The log files are named the following:
The first file is the current log file. When it reaches the user-defined maximum size, it is renamed to lmsRelayer.log.1, the contents of contentRelayer.log.7 are deleted (if applicable), contentRelayer.log.7 is renamed to contentRelayer.log, and all the backup logs are incremented by 1.
The default maximum size for the Relayer log and all backup logs combined is 50MB. So, each log file will have approximately 6.25MB of space (50MB divided by 8 files).
To customize the size of the log files, follow the procedure below:
<init-param>
<param-name>logFileSizeMB</param-name>
<param-value>50</param-value>
</init-param>
http://localhost:8080/contentRelayer?rcmd=getlog
For example:
If you changed the log file space to 100MB, you would see:
INFO [Thread-8]: Total space allocated for log files : 100 MB.
This property must be re-customized after reinstalling or upgrading the Relayer. A re-install or upgrade sets this property back to the default value of 50MB.
Known issue:
Saving a copy of a relayer log file in the same directory can interfere with the backup logging mechanism.
For example:
C:\winnt\system32\Copy of contentRelayer.log.1) .
Workaround:
If you make a copy of a relayer log file, save it in a different directory than the current default log file.