Skip to content

Commit

Permalink
chore: change from info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DStrand1 committed Dec 9, 2024
1 parent e636840 commit ae256b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ func (p *Prometheus) Init() error {
}

if p.KubernetesLabelSelector != "" {
p.Log.Infof("Using the label selector: %v", p.podLabelSelector)
p.Log.Debugf("Using the label selector: %v", p.podLabelSelector)
}
if p.KubernetesFieldSelector != "" {
p.Log.Infof("Using the field selector: %v", p.podFieldSelector)
p.Log.Debugf("Using the field selector: %v", p.podFieldSelector)
}

for k, vs := range p.NamespaceAnnotationPass {
Expand Down

0 comments on commit ae256b9

Please sign in to comment.