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 eaed01b commit 5e45d64Copy full SHA for 5e45d64
handler.go
@@ -187,7 +187,7 @@ func (cr *Cluster) GetHandler() http.Handler {
187
u.Scheme = "https"
188
u.Host = net.JoinHostPort(host, strconv.Itoa((int)(cr.publicPort)))
189
190
- logDebugf("Redirecting from %s to %s", req.Host, u.String())
+ log.Debugf("Redirecting from %s to %s", req.Host, u.String())
191
192
rw.Header().Set("Location", u.String())
193
rw.Header().Set("Content-Length", "0")
0 commit comments