Problem:
Managing Connect Log Files by keeping them for desired amount of time in the logs folder.
Solution:
You can change the maximum number of days for which the debug logs, access logs, api logs can stay on your server by modifying log4j.xml file in the breeze folder.
- Stop Adobe Connect services.
- Navigate to {root-install}\breeze\appserv\conf folder.
- Create a backup of log4j.xml file, edit the log4j.xml file and make the changes in the lines as highlighted below.
<param name=”MaxNumberOfDays” value=”5″/>
- Save the log4j.xml file.
- Start the connect services
