Skip to content

Commit

Permalink
discovery: move container ID log level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Yumasi committed Oct 24, 2024
1 parent a5b503f commit f197613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collector/corechecks/servicediscovery/impl_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (li *linuxImpl) handlePotentialServices(events *serviceEvents, now time.Tim

if id, ok := containers[pid]; ok {
svc.service.ContainerID = id
log.Debugf("[pid: %d] add containerID to process: %s", pid, id)
log.Infof("[pid: %d] add containerID to process: %s", pid, id)
}

li.aliveServices[pid] = svc
Expand Down

0 comments on commit f197613

Please sign in to comment.