RetryBusinessFlowExecutor打印异常
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -139,7 +139,7 @@ public class RetryBusinessFlowExecutor implements ApplicationEventPublisherAware | @@ -139,7 +139,7 @@ public class RetryBusinessFlowExecutor implements ApplicationEventPublisherAware | ||
139 | throw e; | 139 | throw e; |
140 | } | 140 | } |
141 | 141 | ||
142 | - logger.warn("[{} doRetryBusiness error][pageNo={}][retryTime={}][message={}]", flowName, pageNo, retryTime, e.getMessage()); | 142 | + logger.warn("[" + flowName + " doRetryBusiness error][pageNo=" + pageNo + "][retryTime={}][message={}]", e); |
143 | retryTime++; | 143 | retryTime++; |
144 | try { | 144 | try { |
145 | Thread.sleep(this.retryIntervalInSeconds * 1000L); | 145 | Thread.sleep(this.retryIntervalInSeconds * 1000L); |
-
Please register or login to post a comment