Skip to content

Commit

Permalink
fly: add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Mar 22, 2024
1 parent bd855a4 commit a370f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly/cmd/fly/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func main() {
// Bootstrap guardian set, otherwise heartbeats would be skipped
idx, sgs, err := utils.FetchCurrentGuardianSet(rpcUrl, coreBridgeAddr)
if err != nil {
logger.Fatal("Failed to fetch guardian set", zap.Error(err))
logger.Fatal("Failed to fetch guardian set", zap.String("rpc", rpcUrl), zap.Error(err))
}
logger.Info("guardian set", zap.Uint32("index", idx), zap.Any("gs", sgs))
gs := common.GuardianSet{
Expand Down

0 comments on commit a370f81

Please sign in to comment.