Skip to content

Commit

Permalink
Log updates on autodiscovered pods at the debug level (elastic#17488) (
Browse files Browse the repository at this point in the history
…elastic#17504)

(cherry picked from commit dfb495b)
  • Loading branch information
jsoriano authored Apr 6, 2020
1 parent 4493d99 commit 5d514d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/autodiscover/providers/kubernetes/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (p *pod) OnUpdate(obj interface{}) {
return
}

p.logger.Infof("Watcher Pod update: %+v", obj)
p.logger.Debugf("Watcher Pod update: %+v", obj)
p.emit(pod, "stop")
p.emit(pod, "start")
}
Expand Down

0 comments on commit 5d514d0

Please sign in to comment.