Skip to main content Skip to complementary content

Changing the cleanup cycle of the task logs

Define how often the logs of Job task runs are cleaned up from the Talend Remote Engine machine.

These logs are stored in this directory: <RemoteEngineInstallationDirectory>/TalendJobServersFiles/jobexecutions/logs/

Procedure

  1. Stop the Talend Remote Engine if it is running.
  2. Open the <RemoteEngineInstallationDirectory>/etc/org.talend.ipaas.rt.jobserver.client.cfg file.
  3. Set these two parameters and adapt the values according to your needs of the cleanup frequency of these task run logs:
    tasks.logs.clean.interval.days=1
    tasks.logs.clean.older.than.days=30
  4. Save the file.
  5. Restart your Talend Remote Engine.

Results

These task logs are deleted regularly based on this configuration.
If you need to disable this cleanup feature, set the value of the tasks.logs.clean.interval.days parameter to be 0, that is to say,
tasks.logs.clean.interval.days=0

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!