Skip to content

Commit

Permalink
Merge branch 'main' into apm-rd/span-source-health-metric
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm authored Jan 17, 2025
2 parents cfdbc7f + 382c311 commit 6899d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/appsec/emitter/waf/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (op *ContextOperation) AddEvents(events ...any) {
}

if !op.limiter.Allow() {
log.Warn("appsec: too many WAF events, stopping further reporting")
log.Error("appsec: too many WAF events, stopping further reporting")
return
}

Expand Down

0 comments on commit 6899d90

Please sign in to comment.