This is an automated email from the ASF dual-hosted git repository.

gitgabrio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/main by this push:
     new 2447ce11f0 [NO_ISSUE] Change log level from error to debug inside 
ImportDMNResolverUtil (#6150)
2447ce11f0 is described below

commit 2447ce11f0327e7de29ea70674b97b67cb372ef5
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Thu Nov 14 08:22:15 2024 +0100

    [NO_ISSUE] Change log level from error to debug inside 
ImportDMNResolverUtil (#6150)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
---
 .../src/main/java/org/kie/dmn/core/compiler/ImportDMNResolverUtil.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/ImportDMNResolverUtil.java
 
b/kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/ImportDMNResolverUtil.java
index 91b86b40ac..8f44c67815 100644
--- 
a/kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/ImportDMNResolverUtil.java
+++ 
b/kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/ImportDMNResolverUtil.java
@@ -64,7 +64,7 @@ public class ImportDMNResolverUtil {
                         importerDMNName, importerDMNNamespace, 
importNamespace, importName, importLocationURI, importModelName);
                 return Either.ofRight(located);
             } else {
-                LOGGER.error("DMN Model with name={} and namespace={} can't 
import a DMN with namespace={}, name={}, modelName={}, " +
+                LOGGER.debug("DMN Model with name={} and namespace={} can't 
import a DMN with namespace={}, name={}, modelName={}, " +
                                 "located within namespace only {} but does not 
match for the actual modelName",
                         importerDMNName, importerDMNNamespace, 
importNamespace, importName, importModelName, idExtractor.apply(located));
                 return Either.ofLeft(String.format(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to