This is an automated email from the ASF dual-hosted git repository.

wuchunfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9a603ea542 [Chore] Update zeta example log4j2.properties (#7563)
9a603ea542 is described below

commit 9a603ea542f63e5f608b07c1634241edf3cc849a
Author: hailin0 <[email protected]>
AuthorDate: Tue Sep 3 23:46:03 2024 +0800

    [Chore] Update zeta example log4j2.properties (#7563)
---
 .../seatunnel-engine-examples/src/main/resources/log4j2.properties    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/seatunnel-examples/seatunnel-engine-examples/src/main/resources/log4j2.properties
 
b/seatunnel-examples/seatunnel-engine-examples/src/main/resources/log4j2.properties
index db3dcb88e9..77985ea23a 100644
--- 
a/seatunnel-examples/seatunnel-engine-examples/src/main/resources/log4j2.properties
+++ 
b/seatunnel-examples/seatunnel-engine-examples/src/main/resources/log4j2.properties
@@ -28,7 +28,7 @@ appender.consoleStdout.name = consoleStdoutAppender
 appender.consoleStdout.type = CONSOLE
 appender.consoleStdout.target = SYSTEM_OUT
 appender.consoleStdout.layout.type = PatternLayout
-appender.consoleStdout.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c - 
%m%n
+appender.consoleStdout.layout.pattern = [%X{ST-JID}] %d{yyyy-MM-dd 
HH:mm:ss,SSS} %-5p %c - %m%n
 appender.consoleStdout.filter.acceptLtWarn.type = ThresholdFilter
 appender.consoleStdout.filter.acceptLtWarn.level = WARN
 appender.consoleStdout.filter.acceptLtWarn.onMatch = DENY
@@ -38,7 +38,7 @@ appender.consoleStderr.name = consoleStderrAppender
 appender.consoleStderr.type = CONSOLE
 appender.consoleStderr.target = SYSTEM_ERR
 appender.consoleStderr.layout.type = PatternLayout
-appender.consoleStderr.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c - 
%m%n
+appender.consoleStderr.layout.pattern = [%X{ST-JID}] %d{yyyy-MM-dd 
HH:mm:ss,SSS} %-5p %c - %m%n
 appender.consoleStderr.filter.acceptGteWarn.type = ThresholdFilter
 appender.consoleStderr.filter.acceptGteWarn.level = WARN
 appender.consoleStderr.filter.acceptGteWarn.onMatch = ACCEPT

Reply via email to