增加了出错堆栈显示

This commit is contained in:
bryan.zhang
2018-11-13 16:20:11 +08:00
parent 80662146b8
commit b992bca0da

View File

@@ -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) {