/
Cleaning up application logs

Cleaning up application logs

Adeptia Suite maintains the logs of Kernel and WebRunner in the KernelaApplication.log and Webrunnerapplication.log files respectively stored at .../AdeptiaServer-x.x/ServerKernel/logs/applicationlogs folder. When any of these log files reaches the specified maximum size then Adeptia Suite renames the log file by appending it with a date-time stamp and creates a new file by the original name. By default, the maximum size specified for these files is 20MB.

These logs file can cause issues if they accumulate over a long period of time. Adeptia Suite has a Cleanup task that is scheduled to run at a specified time to clean up these files that are older than a specified number of days. By default, this cleanup runs at 3 AM daily and deletes the log files that are older than 5 days. You can configure the cleanup schedule and retain time by performing the following steps:

  1. Click Administer > Setup > Application Settings > Update System Properties.



  2. Expand Maintainance > Data Cleanup Properties.



  3. Change the value of the following properties as per your need. 

    Property Name
    Description
    abpm.appmanagement.cleanupCronExpressionDefine the time in Cron expression when you want to run the cleanup. For example, for 3 AM, you need to define 0 0 3 * * ?. For information on how to define the Cron expression, click here.
    abpm.appmanagement.retainTimeDefine the retain time for log files. By default, the value of this property is set to 5 days.
  4. Click Save to save the changes.
  5. Restart Kernel and WebRunner.

Related content

AC v3.7.2 release highlights
AC v3.7.2 release highlights
Read with this
Cleaning up application logs
Cleaning up application logs
More like this
Cleaning up Log and Repository
Cleaning up Log and Repository
More like this
Rescheduling of Cleanup
Rescheduling of Cleanup
More like this
Cleaning up Log and Repository
Cleaning up Log and Repository
More like this
Configuring the log cleanup and archival properties
Configuring the log cleanup and archival properties
More like this