This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 1c52715653 [Improve][Zeta] Fixed issues related to log deletion during
ci (#8076)
1c52715653 is described below
commit 1c527156536bb0151a5e2898fdb3b3517ea95fe0
Author: corgy-w <[email protected]>
AuthorDate: Tue Nov 19 19:55:25 2024 +0800
[Improve][Zeta] Fixed issues related to log deletion during ci (#8076)
---
.../seatunnel/engine/server/telemetry/log/TaskLogManagerService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/telemetry/log/TaskLogManagerService.java
b/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/telemetry/log/TaskLogManagerService.java
index f116ada66c..8367548a6b 100644
---
a/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/telemetry/log/TaskLogManagerService.java
+++
b/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/telemetry/log/TaskLogManagerService.java
@@ -37,7 +37,7 @@ public class TaskLogManagerService {
try {
path = LogUtil.getLogPath();
} catch (Exception e) {
- log.warn(
+ log.debug(
"The corresponding log file path is not properly
configured, please check the log configuration file.",
e);
}