Skip to content

Commit

Permalink
demote log line to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyzli committed May 24, 2024
1 parent fb43f8a commit bff6960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sinks/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (c *ClickHouse) Send(ctx context.Context, ev *kube.EnhancedEvent) error {
if ev.Series != nil {
lastTimestamp = ev.Series.LastObservedTime.Time
} else {
log.Warn().
log.Debug().
Str("event namespace", ev.InvolvedObject.Namespace).
Str("event object name", ev.InvolvedObject.Name).
Str("event reason", ev.Reason).
Expand Down

0 comments on commit bff6960

Please sign in to comment.