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)