From 5f220d4b511128af402e8733ed7a51e92c1a8e24 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Mon, 8 Dec 2025 14:24:24 +0000 Subject: [PATCH] fix path --- transcoder/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transcoder/main.go b/transcoder/main.go index 25e0c4b9..a7fc3874 100644 --- a/transcoder/main.go +++ b/transcoder/main.go @@ -111,8 +111,8 @@ func main() { instrument(e) ignorepath := []string{ - "/health", - "/ready", + "/video/health", + "/video/ready", } slog.Info("Skipping request logging for these paths", "paths", func() string { sort.Strings(ignorepath); return strings.Join(ignorepath, ",") }())