Skip to content

Commit

Permalink
Change a spammy log to V(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Nov 3, 2014
1 parent 808be2d commit 4ae3e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/dockertools/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func GetKubeletDockerContainers(client DockerInterface, allContainers bool) (Doc
// TODO(dchen1107): Remove the old separator "--" by end of Oct
if !strings.HasPrefix(container.Names[0], "/"+containerNamePrefix+"_") &&
!strings.HasPrefix(container.Names[0], "/"+containerNamePrefix+"--") {
glog.Infof("Docker Container: %s is not managed by kubelet.", container.Names[0])
glog.V(3).Infof("Docker Container: %s is not managed by kubelet.", container.Names[0])
continue
}
result[DockerID(container.ID)] = container
Expand Down

0 comments on commit 4ae3e99

Please sign in to comment.