Skip to content

Commit

Permalink
Update docs/en/faq.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jia Fan <[email protected]>
  • Loading branch information
davidzollo and Hisoka-X authored Nov 15, 2024
1 parent 3240df6 commit 7b9de17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ your string 1

For more details, see: [lightbend/config#456](https://github.com/lightbend/config/issues/456).

## How do I configure logging parameters for SeaTunnel E2E Tests?
The log4j configuration file for `seatunnel-e2e` is located at `seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties`. You can directly modify logging-related parameters in this configuration file. For example, to produce more detailed E2E Test logs, lower the `rootLogger.level` in the configuration file.

## Where should I start if I want to learn SeaTunnel source code?
SeaTunnel features a highly abstracted and well-structured architecture, making it an excellent choice for learning big data architecture. You can start by exploring and debugging the `seatunnel-examples` module: `SeaTunnelEngineLocalExample.java`. For more details, refer to the [SeaTunnel Contribution Guide](https://seatunnel.apache.org/docs/contribution/setup).
Expand Down

0 comments on commit 7b9de17

Please sign in to comment.