Skip to main content
Announcements
Qlik and Talend Support Cases are now opened in the same place.

Qlik Talend Product: How to change default location for Remote Engine Execution Logs

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Harish_Maram
Support
Support

Qlik Talend Product: How to change default location for Remote Engine Execution Logs

Last Update:

Jul 25, 2024 2:31:43 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jul 24, 2024 11:13:01 PM

By default, Talend Remote Engine creates job execution logs in a directory below:

TalendRemoteEngineInstallationDirectory\TalendJobServersFiles\jobexecutions\logs

Is there any way we can change the default location of these logs?

This article aims at How to change default location of execution Logs for Remote Engine (R.E)

Resolution

To change the location of Talend Jobserver files, Please follow below steps

  1. Stop R.E
  2. Update below cfg files

    1. <RE>/etc/org.talend.remote.jobserver.server.cfg

      Update the value of the below parameter to a new location

      org.talend.remote.jobserver.commons.config.JobServerConfiguration.ROOT_PATH= <new_location>/TalendJobServersFiles

    2. <RE>/etc/org.ops4j.pax.logging.cfg

      Update the value of the below parameter to a new location

      log4j2.appender.flowexecution.routes.route1.rolling.fileName = <new_location>/TalendJobServersFiles/jobexecutions/logs/$\\{ctx:flowID\\}/$\\{ctx:flowExecutionId\\}.log

      log4j2.appender.flowexecution.routes.route1.rolling.filePattern = <new_location>/TalendJobServersFiles/jobexecutions/logs/$\\{ctx:flowID\\}/$\\{ctx:flowExecutionId\\}.log.%i

  3. Restart R.E after modifying any cfg files

After R.E restart, when new jobs are deployed from TMC you can see execution logs in new location

 

Environment

Talend Cloud 

Labels (2)
Version history
Last update:
‎2024-07-25 02:31 AM
Updated by: