Skip to content

Commit

Permalink
Merge pull request Mirantis#86 from afbjorklund/stats-spam
Browse files Browse the repository at this point in the history
Remove error logging output from ContainerStats
  • Loading branch information
evol262 authored Jul 18, 2022
2 parents ba55680 + ac1a8b9 commit 95c6c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libdocker/kube_docker_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ func (d *kubeDockerClient) GetContainerStats(id string) (*dockertypes.StatsJSON,
defer cancel()

response, err := d.client.ContainerStats(ctx, id, false)
logrus.Error("ContainerStats resp: ", response)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 95c6c0f

Please sign in to comment.