Skip to content

Commit

Permalink
fix: Reduce Sensor log verbosity for filtered events (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencompton committed Jan 6, 2024
1 parent bec39df commit e58357d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensors/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (sensorCtx *SensorContext) listenEvents(ctx context.Context) error {
}
} else {
if !result {
triggerLogger.Warnf("Event [%s] discarded due to filtering", eventToString(argoEvent))
triggerLogger.Debugf("Event [%s] discarded due to filtering", eventToString(argoEvent))
}
}
return result
Expand Down

0 comments on commit e58357d

Please sign in to comment.