Skip to content

Commit

Permalink
[Fix-16905][Alert] Fix incorrect log description in AlertHeartbeatTask (
Browse files Browse the repository at this point in the history
  • Loading branch information
justicerling authored Dec 20, 2024
1 parent 789f7ab commit c7b25eb
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 c7b25eb

Please sign in to comment.