liunaijie commented on code in PR #8093:
URL: https://github.com/apache/seatunnel/pull/8093#discussion_r1860035742


##########
seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/seatunnel.yaml:
##########
@@ -39,4 +39,4 @@ seatunnel:
       metric:
          enabled: false
       logs:
-         scheduled-deletion-enable: true
+         scheduled-deletion-enable: false

Review Comment:
   If this set to true, it will start the log deletion thread to delete log 
files, first it will lookup the log folder.
   
   But in CI, log4j is using console print, won't write log to file.  
https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-e2e-common/src/test/resources/log4j2.properties#L25
   
   So when this config enabled, it will get exception 
   
![image](https://github.com/user-attachments/assets/48cb3ffe-9d65-4b17-b65c-eb69545ca6be)
   
   



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