diff --git a/server/container_status.go b/server/container_status.go index 3b84468f..11edebb1 100644 --- a/server/container_status.go +++ b/server/container_status.go @@ -99,6 +99,7 @@ func (s *Server) ContainerStatus(ctx context.Context, req *pb.ContainerStatusReq } resp.Status.State = rStatus + resp.Status.LogPath = c.LogPath() logrus.Debugf("ContainerStatusResponse: %+v", resp) return resp, nil