Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Adeptia Connect maintains the logs of Kernel and WebRunner in the KernelaApplication.log and Webrunnerapplication.log files respectively stored at .../AdeptiaServer/ServerKernel/logs/applicationlogs folder. When any of these log files reaches the specified maximum size then Adeptia Connect 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 Connect 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 Accounts > Settings.
  2. Expand the Server Node Settings in the left panel.
  3. Select the server node.
  4. Click Edit.
  5. Click  to expand Maintenance.
  6. Click  to expand the Data Cleanup Properties.
  7. 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.
  8. Click Save to save the changes.
  9. To reload the configuration, click Reload Configuration link.
    A confirmation message is displayed that the configuration has been reloaded.
  10. Restart the Connect Server.
  • No labels