This is an automated email from the ASF dual-hosted git repository.
yamer 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 90222a961f Removing print stack trace (#3476)
90222a961f is described below
commit 90222a961f7b564ec66241594682c341cfa69999
Author: Francisco Javier Tirado Sarti
<[email protected]>
AuthorDate: Mon Apr 22 10:28:16 2024 +0200
Removing print stack trace (#3476)
---
.../src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceImpl.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceImpl.java
b/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceImpl.java
index 6ab030d9ff..e23c5b4bc8 100755
---
a/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceImpl.java
+++
b/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceImpl.java
@@ -257,7 +257,6 @@ public abstract class NodeInstanceImpl implements
org.jbpm.workflow.instance.Nod
}
protected void captureError(Exception e) {
- e.printStackTrace();
logger.error("capture error", e);
getProcessInstance().setErrorState(this, e);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]