Skip to content
Snippets Groups Projects
Commit 639aa8b7 authored by Travis Ralston's avatar Travis Ralston
Browse files

add federation debugging

parent 4f005d73
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,10 @@ func GetServerApiUrl(hostname string) (string, string, error) {
}
}
}
if r != nil {
logrus.Debug("WK response code was ", r.StatusCode)
}
logrus.Debug("WK error: ", err)
// Step 4: try resolving a hostname using SRV records and use it
// Note: we ignore errors here because the hostname will fail elsewhere.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment