Skip to content

Commit 382c311

Browse files
authored
appsec: change log WAF 'too many event' from Warn to Error (#3100)
1 parent e2c2789 commit 382c311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/appsec/emitter/waf/context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (op *ContextOperation) AddEvents(events ...any) {
9292
}
9393

9494
if !op.limiter.Allow() {
95-
log.Warn("appsec: too many WAF events, stopping further reporting")
95+
log.Error("appsec: too many WAF events, stopping further reporting")
9696
return
9797
}
9898

0 commit comments

Comments
 (0)