add debug
This commit is contained in:
parent
4332598cd1
commit
353926ec91
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ func (r *WafRunner) Run(t *tomb.Tomb) error {
|
|||
if err != nil {
|
||||
return fmt.Errorf("cannot create event from waap context : %w", err)
|
||||
}
|
||||
r.logger.Infof("REAL MATCHED RULES: %+v", len(tmpEvt.Waap.MatchedRules))
|
||||
evt = &tmpEvt
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue