Skip to content

Commit

Permalink
Added more details in tier1 log
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Sep 18, 2023
1 parent 96d9e2a commit c3652e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/tier1.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ func (s *Tier1Service) blocks(ctx context.Context, request *pbsubstreamsrpc.Requ
zap.Uint64("request_stop_block", request.StopBlockNum),
zap.String("request_start_cursor", request.StartCursor),
zap.String("resolved_cursor", requestDetails.ResolvedCursor),
zap.Uint64("max_parallel_jobs", requestDetails.MaxParallelJobs),
zap.String("output_module", request.OutputModule),
)

Expand Down

0 comments on commit c3652e0

Please sign in to comment.