Skip to content

Commit

Permalink
go/worker/keymanager/secrets: Log next checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
peternose committed Dec 17, 2024
1 parent 76552be commit 82a371c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/worker/keymanager/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ func (w *secretsWorker) registerNode(rsp *secrets.SignedInitResponse, version ve
w.logger.Info("registering key manager",
"is_secure", rsp.InitResponse.IsSecure,
"checksum", hex.EncodeToString(rsp.InitResponse.Checksum),
"next_checksum", hex.EncodeToString(rsp.InitResponse.NextChecksum),
"policy_checksum", hex.EncodeToString(rsp.InitResponse.PolicyChecksum),
"rsk", rsp.InitResponse.RSK,
"next_rsk", rsp.InitResponse.NextRSK,
Expand Down

0 comments on commit 82a371c

Please sign in to comment.