Skip to content

Commit

Permalink
Remove error logging output from ContainerStats
Browse files Browse the repository at this point in the history
Accidentally included in ace12c7

It should probably at least have used "Debug", and not "Error"...
  • Loading branch information
afbjorklund committed Jun 27, 2022
1 parent 8f19e21 commit 4042e1f
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 4042e1f

Please sign in to comment.