为 Talend Data Stewardship 配置日志 - 8.0

Talend安装指南

Version
8.0
Language
中文(简体)
Operating system
Windows
Subscription type
订阅
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 ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
安装和升级
Last publication date
2022-10-30

Talend Data Stewardship 日志使您可以分析和调试 Talend Data Stewardship 的活动。

Talend Data Stewardship 日志位于 <Data_Stewardship_Path>\apache-tomcat\logs 中。catalina.out 文件是所有可用日志文件的聚合版本。

步骤

  1. 打开以下文件:
    • <Data_Stewardship_Path>\apache-tomcat\conf\data-stewardship-core-logback.xml 对应核心后端服务日志

    • <Data_Stewardship_Path>\apache-tomcat\conf\data-stewardship-history-logback.xml 对应历史记录服务日志

    • <Data_Stewardship_Path>\apache-tomcat\conf\data-stewardship-schema-logback.xml 对应 schemas 管理服务日志

  2. <root> 元素之前添加以下行:
    <logger name="org.talend" level="DEBUG"/>

结果

日志信息级别现已设置为 DEBUG,但是您可以将其设置为其他值。有关日志级别的更多信息,请参阅 http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html