Skip to content

Commit

Permalink
Merge pull request #67 from anyproto/GO-2716-more-headsync-logs
Browse files Browse the repository at this point in the history
GO-2716: Add more headsync logs
  • Loading branch information
mcrakhman committed Jan 17, 2024
2 parents b951a4d + ed77ecd commit d237e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodespace/rpchandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func (r *rpcHandler) HeadSync(ctx context.Context, req *spacesyncproto.HeadSyncR
return
}
deepHeadSync = true
log.DebugCtx(ctx, "deep head sync", zap.String("spaceId", req.SpaceId), zap.Int("type", int(req.DiffType)))
sp, err := r.s.GetSpace(ctx, req.SpaceId)
if err != nil {
return
Expand Down

0 comments on commit d237e43

Please sign in to comment.