We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c2789 commit 382c311Copy full SHA for 382c311
internal/appsec/emitter/waf/context.go
@@ -92,7 +92,7 @@ func (op *ContextOperation) AddEvents(events ...any) {
92
}
93
94
if !op.limiter.Allow() {
95
- log.Warn("appsec: too many WAF events, stopping further reporting")
+ log.Error("appsec: too many WAF events, stopping further reporting")
96
return
97
98
0 commit comments