Changing the Talend Remote Engine Job log level - Cloud

Talend Remote Engine User Guide for Linux

Version
Cloud
Language
English
EnrichDitaval
Linux
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
It is possible to change the Talend Remote Engine log levels to align them with other Talend applications, for example, Talend Studio.

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. 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.

  4. 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.
  5. 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.

  6. Save the file.
  7. Restart your Talend Remote Engine.