logging clean up
This commit is contained in:
parent
57b5f5c27c
commit
c96c8f19c9
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ func WaapEventGeneration(inEvt types.Event) (types.Event, error) {
|
|||
Value: string(valueByte),
|
||||
}
|
||||
alert.Meta = append(alert.Meta, &meta)
|
||||
log.Infof("adding Meta - %s = %s", key, inEvt.Parsed[key])
|
||||
}
|
||||
alert.EventsCount = ptr.Of(int32(1))
|
||||
alert.Labels = []string{"waf"} //don't know what to do about this
|
||||
|
|
Loading…
Add table
Reference in a new issue