generate 日志打印

This commit is contained in:
2024-01-31 19:35:17 +08:00
parent 83058acfea
commit 9b55083768
2 changed files with 2 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ public class AsyncCallerUtil {
return null;
} catch (InterruptedException | ExecutionException | BusinessException e) {
// 处理异常
log.error("发生错误 " + e);
log.error("发生错误 " + e, e);
// 取消定时任务
assert timeoutTask != null;
timeoutTask.cancel(true);