Configuring logs for Talend Data Stewardship - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

Talend Data Stewardship logs allows you to analyze and debug the activity of Talend Data Stewardship.

Talend Data Stewardship logs are located in <Data_Stewardship_Path>/apache-tomcat/logs. The catalina.out file is an aggregated version of all the available log files.

Procedure

  1. Open the following files:
    • <Data_Stewardship_Path>/apache-tomcat/conf/data-stewardship-core-logback.xml for the core backend service log

    • <Data_Stewardship_Path>/apache-tomcat/conf/data-stewardship-history-logback.xml for the history service log

    • <Data_Stewardship_Path>/apache-tomcat/conf/data-stewardship-schema-logback.xml for the schemas management service log

  2. Add the following line before the <root> element:
    <logger name="org.talend" level="DEBUG"/>

Results

The log information level is now set to DEBUG, but you can set it to another value. For more information on log levels, see http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html.