Skip to content

Commit

Permalink
Merge branch 'dev' into dev_wenjun_responseStopEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS authored Dec 20, 2024
2 parents 3971a5c + c7b25eb commit a65dd06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void writeHeartBeat(AlertServerHeartBeat heartBeat) {
String heartBeatJson = JSONUtils.toJsonString(heartBeat);
registryClient.persistEphemeral(heartBeatPath, heartBeatJson);
AlertServerMetrics.incAlertHeartbeatCount();
log.debug("Success write master heartBeatInfo into registry, masterRegistryPath: {}, heartBeatInfo: {}",
log.debug("Success write alert heartBeatInfo into registry, alertRegistryPath: {}, heartBeatInfo: {}",
heartBeatPath, heartBeatJson);
}
}

0 comments on commit a65dd06

Please sign in to comment.