It is possible to change the Talend Remote Engine log levels to align them with
other Talend applications, for
example, Talend Studio.
Procedure
- Stop the Talend Remote Engine if it is running.
- Open the <RemoteEngineInstallationDirectory>/etc/org.talend.ipaas.rt.jobserver.client.cfg file.
-
Change the value of the job.log.level parameter.
- INFO
- WARN
- ERROR
- FATAL
If you need the FATAL level error to be displayed in the run log of a task in Talend Cloud Management Console, ensure that the job.log.fatal.level parameter is present and its value is true. This makes the parameter read like:job.log.fatal.level = true
This parameter applies to Talend Remote Engine v2.10.6 and onwards only.
- Optional: If the log level is set to higher than INFO, ensure that the tJobLog components in your job have the same or higher priority.
- Optional:
For Jobs published from Studio V8.0 and onwards, if you need to ensure that the
logs of a Subjob, that is to say, a child Job, is generated, add the following
parameter:
job.log.subjobs.logs = true
For the previous Studio versions, logs of a Subjob are not available if you select the Use an independent process to run subJob check box in tRunjob.
- Save the file.
- Restart your Talend Remote Engine.