feat(REQ-2924) - 完善 Starter 的异常打印说明

This commit is contained in:
wangli 2024-09-09 20:50:19 +08:00
parent a3a6ec51bd
commit 0b2226a66d

View File

@ -113,6 +113,7 @@ public class WorkflowEngineStarterDefaultMQMonitor implements SmartLifecycle {
});
} catch (Exception e) {
log.warn("monitor Broadcast DLQ error: {}", e.getMessage(), e);
log.warn("该异常信息是正常的,不影响服务启动!");
}
}