Merge pull request #1566 from dataease/pr@dev@fix_打印邮堆栈异常

fix: 打印邮件堆栈异常
This commit is contained in:
fit2cloud-chenyw 2021-12-30 13:49:27 +08:00 committed by GitHub
commit 3948184720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,7 @@ public class EmailTaskHandler extends TaskHandler implements Job {
} catch (Exception e) {
error(taskInstance, e);
LogUtil.error(e.getMessage(), e);
e.printStackTrace();
}
}