Skip to content

Commit

Permalink
fix: remove noisy debug log (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti authored Oct 30, 2023
1 parent 7400dec commit 0defd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ebpf/events_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ func (t *Tracee) sinkEvents(ctx context.Context, in <-chan *trace.Event) <-chan

// Is the event enabled for the policies or globally?
if !t.policyManager.IsEnabled(event.MatchedPoliciesUser, events.ID(event.EventID)) {
logger.Debugw("event dropped because it is not enabled", "event", event.EventName)
// TODO: create metrics from dropped events
t.eventsPool.Put(event)
continue
}
Expand Down

0 comments on commit 0defd11

Please sign in to comment.