Skip to content

Commit

Permalink
[Docs] Add how to change logging configuration of e2e test (apache#5589)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheneyYin authored Oct 4, 2023
1 parent 8d2fafc commit fdb41d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [Docs] Replace username by user in the options of FtpFile (#5421)
- [Docs] Add how to configure logging related parameters of SeaTunnel-E2E Test (#5589)

0 comments on commit fdb41d2

Please sign in to comment.