Adeptia Suite maintains the archival of various log files on a separate server. These archival logs file can cause issues if they accumulate over a long period of time. Adeptia Suite has an archival log cleanup task that you can schedule to run at a specific time to clean up the archived files which are older than a specified number of days. By default, cleanup of archival logs happens after 30 days. It deletes all the logs and repository files that are older than 30 days. However, you can always configure the duration in the archiveLog-cleanup.properties file.
To configure the archival logs cleanup:
- Click Administer > Setup > Application Settings > Update System Properties.
- Expand Maintainance > Log Cleanup Properties.
Change the value of the following properties as per your need.
Property Name Description abpm.appmanagement.archiveLogCleanupCronExpression Define the time in the Cron expression when you want to run the archive log cleanup. For example, for 8 PM you need to define 0 0 20 * * ?. For information on how to define the Cron expression, click here. abpm.appmanagement.archiveLogCleanupPropertiesFile Define the name of archive log cleanup properties file. archiveLog-cleanup.properties file contains the retain information about different log tables. By default this file is located at .../AdeptiaServer-x.x/ServerKernel/etc folder. It is recommended that do not change the value of this property. - Click Save to save the changes.
- Restart Kernel and WebRunner.
To change the properties of archiveLog-cleanup.properties file, go to .../AdeptiaServer-x.x/ServerKernel/etc/archiveLog-cleanup.properties file and change the properties as per your requirements. The below table shows the list of retain-time property of various logs within the log-cleanup.properties file.
Property Name Logs abpm.archive.logRetainTime Defines the retain time for archive log. If you do not specify a value for it then it takes the default retain time of 30 days. abpm.archive.dataRetainTime Defines the retain time for archive data. If this property is left blank then retain time specified for log will be taken as data retain time. It is recommended to define same retain time for different logs to maintain the consistency within all logs. However, you can define different retain time for different logs.
- Save the file.
- Restart Kernel and WebRunner.