sandbox_status: Infof->Debugf response
This was cluttering the logs on my clusters. The log should be just in debug mode as we do for every request/response flow. Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
952ae0db1c
commit
e28540ca90
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ func (s *Server) PodSandboxStatus(ctx context.Context, req *pb.PodSandboxStatusR
|
|||
},
|
||||
}
|
||||
|
||||
logrus.Infof("PodSandboxStatusResponse: %+v", resp)
|
||||
logrus.Debugf("PodSandboxStatusResponse: %+v", resp)
|
||||
return resp, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue