Skip to content

Commit

Permalink
[Improve][Doc] Correcting typo errors in logging (#7874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored Oct 18, 2024
1 parent cd9836b commit b47fca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/seatunnel-engine/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The MDC is propagated by slf4j to the logging backend which usually adds it to t

Log4j 2 is controlled using property files.

The SeaTunnel Engine distribution ships with the following log4j properties files in the `confing` directory, which are used automatically if Log4j 2 is enabled:
The SeaTunnel Engine distribution ships with the following log4j properties files in the `config` directory, which are used automatically if Log4j 2 is enabled:

- `log4j2_client.properties`: used by the command line client (e.g., `seatunnel.sh`)
- `log4j2.properties`: used for SeaTunnel Engine server processes (e.g., `seatunnel-cluster.sh`)
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/seatunnel-engine/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ MDC 由 slf4j 传播到日志后端,后者通常会自动将其添加到日志

Log4j2 使用属性文件进行控制。

SeaTunnel Engine 发行版在 `confing` 目录中附带以下 log4j 属性文件,如果启用了 Log4j2,则会自动使用这些文件:
SeaTunnel Engine 发行版在 `config` 目录中附带以下 log4j 属性文件,如果启用了 Log4j2,则会自动使用这些文件:

- `log4j2_client.properties`: 由命令行客户端使用 (e.g., `seatunnel.sh`)
- `log4j2.properties`: 由 SeaTunnel 引擎服务使用 (e.g., `seatunnel-cluster.sh`)
- `log4j2_client.properties`: 由命令行客户端使用 (例如, `seatunnel.sh`)
- `log4j2.properties`: 由 SeaTunnel 引擎服务使用 (例如, `seatunnel-cluster.sh`)

默认情况下,日志文件输出到 `logs` 目录。

Expand Down

0 comments on commit b47fca8

Please sign in to comment.