Skip to content

Commit

Permalink
flowcontrol: Remove spammy "Running limiters with labels" log (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
krdln authored and hdkshingala committed Nov 24, 2022
1 parent c94242e commit 5a3879b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/policies/flowcontrol/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (

flowcontrolv1 "github.com/fluxninja/aperture/api/gen/proto/go/aperture/flowcontrol/check/v1"
policylangv1 "github.com/fluxninja/aperture/api/gen/proto/go/aperture/policy/language/v1"
"github.com/fluxninja/aperture/pkg/log"
"github.com/fluxninja/aperture/pkg/multimatcher"
"github.com/fluxninja/aperture/pkg/panichandler"
"github.com/fluxninja/aperture/pkg/policies/flowcontrol/iface"
Expand Down Expand Up @@ -92,7 +91,7 @@ func (e *Engine) ProcessRequest(
for i, rl := range mmr.rateLimiters {
rateLimiters[i] = rl
}
log.Info().Interface("labels", labels).Msg("Running limiters with labels")

rateLimiterDecisions, rateLimitersDecisionType := runLimiters(ctx, rateLimiters, labels)
response.LimiterDecisions = rateLimiterDecisions

Expand Down

0 comments on commit 5a3879b

Please sign in to comment.