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 2ec353456a [Feature][Connector-V2] Adjusting the log level for factory 
validation implementation. (#6153)
2ec353456a is described below

commit 2ec353456a2982b7f3238661513656d7bb5d87c1
Author: Carl-Zhou-CN <[email protected]>
AuthorDate: Mon Jan 8 14:28:14 2024 +0800

    [Feature][Connector-V2] Adjusting the log level for factory validation 
implementation. (#6153)
---
 .../seatunnel/engine/core/parse/MultipleTableJobConfigParser.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/parse/MultipleTableJobConfigParser.java
 
b/seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/parse/MultipleTableJobConfigParser.java
index 1c043866e5..cc6cb501cd 100644
--- 
a/seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/parse/MultipleTableJobConfigParser.java
+++ 
b/seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/parse/MultipleTableJobConfigParser.java
@@ -280,7 +280,7 @@ public class MultipleTableJobConfigParser {
                         "The Factory has not been implemented and the 
deprecated Plugin will be used.");
                 return true;
             }
-            log.warn(ExceptionUtils.getMessage(e));
+            log.debug(ExceptionUtils.getMessage(e));
         }
         return false;
     }

Reply via email to