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

liugddx 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 fdb41d2ec1 [Docs] Add how to change logging configuration of e2e test 
(#5589)
fdb41d2ec1 is described below

commit fdb41d2ec1245a9ec4518823e189c173b542e014
Author: Chengyu Yan <[email protected]>
AuthorDate: Wed Oct 4 17:28:44 2023 +0800

    [Docs] Add how to change logging configuration of e2e test (#5589)
---
 docs/en/faq.md  | 6 ++++++
 release-note.md | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/en/faq.md b/docs/en/faq.md
index 20002bafde..7ff275f381 100644
--- a/docs/en/faq.md
+++ b/docs/en/faq.md
@@ -298,6 +298,12 @@ 
http://spark.apache.org/docs/latest/configuration.html#configuring-logging
 
 
https://medium.com/@iacomini.riccardo/spark-logging-configuration-in-yarn-faf5ba5fdb01
 
+## How do I configure logging related parameters of SeaTunnel-E2E Test?
+
+The log4j configuration file of `seatunnel-e2e` existed in 
`seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties`. You 
can modify logging related parameters directly in the configuration file.
+
+For example, if you want to output more detailed logs of E2E Test, just 
downgrade `rootLogger.level` in the configuration file.
+
 ## Error when writing to ClickHouse: ClassCastException
 
 In SeaTunnel, the data type will not be actively converted. After the Input 
reads the data, the corresponding
diff --git a/release-note.md b/release-note.md
index d60b94b9a5..6a777a12d8 100644
--- a/release-note.md
+++ b/release-note.md
@@ -201,4 +201,5 @@
 - [Docs] Redshift add defaultRowFetchSize (#4616)
 - [Docs] Refactor connector-v2 docs using unified format Mysql (#4590)
 - [Docs] Add Value types in Java to Schema features (#5087)
-- [Docs] Replace username by user in the options of FtpFile (#5421)
\ No newline at end of file
+- [Docs] Replace username by user in the options of FtpFile (#5421)
+- [Docs] Add how to configure logging related parameters of SeaTunnel-E2E Test 
(#5589)
\ No newline at end of file

Reply via email to