dailai commented on code in PR #7787:
URL: https://github.com/apache/seatunnel/pull/7787#discussion_r1792729504
##########
seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml:
##########
@@ -31,3 +31,11 @@ seatunnel:
max-retained: 3
plugin-config:
namespace: /tmp/seatunnel/checkpoint_snapshot/
+ telemetry:
+ metric:
+ enabled: false
+ logs:
+ scheduled-deletion-enable: true
+ cron: "* * * * *"
+ keep-time: 30000
Review Comment:
You can use other methods to circumvent this problem. Otherwise, seatunnel
will clear the logs in a short time by default, which may cause trouble in
troubleshooting problems based on logs.
--
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]