Skip to content

Commit c70291a

Browse files
committed
Add health check raw log
1 parent 65cf6a6 commit c70291a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/mpc/registry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ func (r *registry) Ready() error {
188188
}
189189

190190
_, err = r.healthCheck.Listen(r.composeHealthCheckTopic(r.nodeID), func(data []byte) {
191+
logger.Info("[Health check received]", "data", string(data))
191192
peerID, isEcdhReady, parseErr := parseHealthDataSplit(string(data))
192193
if parseErr != nil {
193194
logger.Error("Failed to parse health check data", parseErr, "data", string(data))

0 commit comments

Comments
 (0)