feat(REQ-2924) - 完善 Starter 的异常打印说明
This commit is contained in:
parent
a3a6ec51bd
commit
0b2226a66d
@ -113,6 +113,7 @@ public class WorkflowEngineStarterDefaultMQMonitor implements SmartLifecycle {
|
||||
});
|
||||
} catch (Exception e) {
|
||||
log.warn("monitor Broadcast DLQ error: {}", e.getMessage(), e);
|
||||
log.warn("该异常信息是正常的,不影响服务启动!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user