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

fanjia 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 5de87c094a [Improve][e2e] Enable e2e log output and disable console 
sink log (#5879)
5de87c094a is described below

commit 5de87c094abc4beced6fffe73ccb34b37e837c27
Author: hailin0 <[email protected]>
AuthorDate: Mon Nov 20 09:59:16 2023 +0800

    [Improve][e2e] Enable e2e log output and disable console sink log (#5879)
---
 .../seatunnel-e2e-common/src/test/resources/log4j2.properties       | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties 
b/seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties
index 26190157fd..51ace38473 100644
--- a/seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties
+++ b/seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties
@@ -16,7 +16,11 @@
 # limitations under the License.
 
################################################################################
 
-rootLogger.level = WARN
+rootLogger.level = INFO
+
+# Disable logging for the console sink write data
+logger.consoleWriter.name=org.apache.seatunnel.connectors.seatunnel.console.sink.ConsoleSinkWriter
+logger.consoleWriter.level=WARN
 
 rootLogger.appenderRef.consoleStdout.ref = consoleStdoutAppender
 rootLogger.appenderRef.consoleStderr.ref = consoleStderrAppender

Reply via email to