From 27ab1964601cb1e946faee21ee9b1bca4c2d871c Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Wed, 6 Aug 2025 17:16:38 +0200 Subject: [PATCH] Update main.go --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 403c13f..2d26a98 100644 --- a/main.go +++ b/main.go @@ -243,6 +243,7 @@ func main() { } } b.Servers = servers + log.Printf("Backend %s: ServerOptions = %q", b.Name, b.ServerOptions) backends = append(backends, b) } tmplAbsPath, err := filepath.Abs(templatePath)