From b992bca0da7160652f8824205165d8b64ff82592 Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Tue, 13 Nov 2018 16:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=87=BA=E9=94=99?= =?UTF-8?q?=E5=A0=86=E6=A0=88=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java b/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java index aab712d65..85f83d510 100644 --- a/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java +++ b/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java @@ -189,6 +189,7 @@ public class FlowExecutor { return (T)slot; }catch(Exception e){ String errorMsg = MessageFormat.format("[{0}]executor cause error", slot.getRequestId()); + LOG.error(errorMsg,e); throw new FlowSystemException(errorMsg); }finally{ if(!isInnerChain) {