This is an automated email from the ASF dual-hosted git repository.
pefernan pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 44a5c534ce Changed the log level to the trace (#3838)
44a5c534ce is described below
commit 44a5c534ce8c697bb0fc79243fc42fb9f41e20b6
Author: abduljaleelak <[email protected]>
AuthorDate: Thu Feb 6 17:03:24 2025 +0530
Changed the log level to the trace (#3838)
---
.../org/jbpm/workflow/instance/impl/NodeInstanceFactoryRegistry.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceFactoryRegistry.java
b/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceFactoryRegistry.java
index 7fc1f2038a..72b48b9c05 100755
---
a/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceFactoryRegistry.java
+++
b/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceFactoryRegistry.java
@@ -59,7 +59,7 @@ public class NodeInstanceFactoryRegistry {
}
private void register(NodeInstanceFactory nodeInstanceFactory) {
- LOGGER.debug("registering new node instance factory for {} set by {}",
nodeInstanceFactory.forClass(),
nodeInstanceFactory.getClass().getCanonicalName());
+ LOGGER.trace("registering new node instance factory for {} set by {}",
nodeInstanceFactory.forClass(),
nodeInstanceFactory.getClass().getCanonicalName());
this.registry.put(nodeInstanceFactory.forClass(), nodeInstanceFactory);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]