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#17503)

(cherry picked from commit 83ecb82)
  • Loading branch information
jsoriano authored Apr 6, 2020
1 parent 4577da0 commit 9a0e1e3
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 9a0e1e3

Please sign in to comment.