dailai commented on code in PR #7787:
URL: https://github.com/apache/seatunnel/pull/7787#discussion_r1792720001


##########
docs/zh/seatunnel-engine/logging.md:
##########
@@ -80,6 +80,28 @@ appender.file.layout.pattern = [%X{ST-JID}] %d{yyyy-MM-dd 
HH:mm:ss,SSS} %-5p [%-
 
 SeaTunnel Engine 自动集成了大多数 Log 桥接器,允许针对 Log4j1/Logback 类工作的现有应用程序继续工作。
 
+## SeaTunnel 日志配置
+
+### 定时删除旧日志
+
+SeaTunnel 支持定时删除旧日志文件,以避免磁盘空间不足。您可以在 `log4j2.properties` 文件中添加以下配置:
+
+```yaml
+    telemetry:
+      logs:

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to