We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4436c39 commit 384aa30Copy full SHA for 384aa30
main.go
@@ -62,8 +62,7 @@ func validateRequirements(dataplaneBin, haproxyBin string) error {
62
return nil
63
}
64
65
-// HAproxy doesn't exit immediately when you pass incorrect log address
66
-// so we try to do it on our own to fail fast
+// HAproxy doesn't exit immediately when you pass incorrect log address, so we try to do it on our own to fail fast
67
func validateLogAddress(logAddress string) error {
68
// possible values taken from https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4.2-log
69
fi, err := os.Stat(logAddress)
0 commit comments