设备心跳调整 app新增增设备时绑定联网设备
This commit is contained in:
@@ -47,7 +47,7 @@ public class CustomNotifier extends AbstractEventNotifier {
|
||||
case STATUS_UNKNOWN -> "服务未知异常"; //监控系统无法确定实例的当前状态
|
||||
default -> "未知状态"; //没有匹配的状态
|
||||
};
|
||||
log.info("Instance Status Change: 状态名称【{}】, 注册名称【{}】, 实例ID【{}】, 状态【{}】, 服务URL【{}】",
|
||||
log.info("实例状态变更:状态名称【{}】, 注册名称【{}】, 实例ID【{}】, 状态【{}】, 服务URL【{}】",
|
||||
statusName, registName, instanceId, status, serviceUrl);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user