Configuring logs in Talend Studio
You can analyze or debug the execution of Jobs and provide the
information when running them either in Studio or in the web application.
To do so, you must:
- Activate Log4j and customize its configuration in Talend Studio. See Activating and configuring Log4j for more information.
- Use the tJobLog component and define what type of log information you want to send.
This will provide the log information to the developer when running the Job in the Studio or to the web user when executing the Flow.
If you have imported the Talend Cloud Demos project to Studio, you can use a predefined subJob under the Joblets node of the Repository tree view to analyze and debug the execution of all your Jobs.
Do not use the tLogRow component with cloud Jobs or Integration Actions.