Displaying standard system logs in Talend Cloud Management Console - Cloud

Talend Remote Engine User Guide for Windows

Version
Cloud
Language
English
Operating system
Windows
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2023-11-16
You can add the stdout and the stderr logs of your Job executions to the Log4j logs to display the information in Talend Cloud Management Console.

Procedure

  1. Stop Talend Remote Engine if it is running.
  2. Set the value of the job.log.system.streams parameter to be true to make this line read like
    job.log.system.streams=true
    • If you are using a Remote Engine v2.12.0 and onwards, set this parameter in the <RemoteEngineInstallationDirectory>/etc/org.talend.ipaas.rt.job.commandline.handler.cfg file.
    • If you are using an older version, set this parameter in the <RemoteEngineInstallationDirectory>/etc/org.talend.ipaas.rt.jobserver.client.cfg file.
  3. Save the file.
  4. Restart your Talend Remote Engine.