This commit is contained in:
Arlan Lloyd 2025-12-08 14:24:24 +00:00
parent f7149a4f19
commit 5f220d4b51

View File

@ -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, ",") }())