Skip to content

Commit

Permalink
chore(blooms): Remove noisy log line in index gateways (#12555)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts authored Apr 10, 2024
1 parent ecb4878 commit a32e540
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ func (g *Gateway) GetChunkRef(ctx context.Context, req *logproto.GetChunkRefRequ

// Return unfiltered results if there is no bloom querier (Bloom Gateway disabled)
if g.bloomQuerier == nil {
level.Info(g.log).Log("msg", "chunk filtering is not enabled")
return result, nil
}

Expand Down

0 comments on commit a32e540

Please sign in to comment.