Skip to content

Commit

Permalink
shovel/jrpc2: log number of logs downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed May 3, 2024
1 parent 32d6aff commit 3af910d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jrpc2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ func (c *Client) logs(ctx context.Context, filter *glf.Filter, bm blockmap, star
b.Unlock()
}
slog.Debug("http get logs",
"nlogs", len(lresp.Result),
"start", start,
"limit", limit,
"latency", time.Since(t0),
Expand Down

0 comments on commit 3af910d

Please sign in to comment.