From cebd3ea80f258d4f0d9cbe0d16b7978ffc8b6e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20T=C3=B6rnberg?= Date: Thu, 13 Nov 2025 18:35:40 +0100 Subject: [PATCH] less pod logs --- pkg/proxy/remotehost.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/proxy/remotehost.go b/pkg/proxy/remotehost.go index cfc9ab3..a5854a5 100644 --- a/pkg/proxy/remotehost.go +++ b/pkg/proxy/remotehost.go @@ -157,8 +157,6 @@ func (h *RemoteHost) AnnounceExpiry(uids []uint64) { func (h *RemoteHost) Proxy(id uint64, w http.ResponseWriter, r *http.Request) (bool, error) { target := fmt.Sprintf("%s%s", h.httpBase, r.URL.RequestURI()) - log.Printf("proxy target: %s, method: %s", target, r.Method) - ctx, span := tracer.Start(r.Context(), "remote_proxy") defer span.End() span.SetAttributes(