From b1034eabe3c3eca0d7c017e59e83d5f4c921e161 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 14 Feb 2020 10:18:17 -0600 Subject: apiv2 libpod container logs wire up containers logs for libpod side of the house, same as compat. Signed-off-by: Brent Baude --- pkg/api/handlers/libpod/containers.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pkg/api/handlers') diff --git a/pkg/api/handlers/libpod/containers.go b/pkg/api/handlers/libpod/containers.go index ce2836a72..752b004d8 100644 --- a/pkg/api/handlers/libpod/containers.go +++ b/pkg/api/handlers/libpod/containers.go @@ -184,13 +184,6 @@ func WaitContainer(w http.ResponseWriter, r *http.Request) { utils.WriteResponse(w, http.StatusOK, strconv.Itoa(int(exitCode))) } -func LogsFromContainer(w http.ResponseWriter, r *http.Request) { - // follow - // since - // timestamps - // tail string -} - func UnmountContainer(w http.ResponseWriter, r *http.Request) { runtime := r.Context().Value("runtime").(*libpod.Runtime) name := utils.GetName(r) -- cgit v1.2.3-54-g00ecf