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


##########
docs/en/seatunnel-engine/logging.md:
##########
@@ -92,6 +92,24 @@ SeaTunnel provides an API for querying logs.
 
 For more details, please refer to the [REST-API](rest-api-v2.md).
 
+## SeaTunnel Log Configuration
+
+### Scheduled deletion of old logs
+
+SeaTunnel supports scheduled deletion of old log files to prevent disk space 
exhaustion. You can add the following configuration in the `seatunnel.yml` file:
+
+```yaml
+seatunnel:
+  engine:
+    history-job-expire-minutes: 1440
+    telemetry:
+      logs:
+         scheduled-deletion-enable: false

Review Comment:
   Should this configuration be deleted? Keeping it as part of the job history 
information may cause disk accumulation.
   
   cc @Hisoka-X 



-- 
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