mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
frontend remote address logging
This commit is contained in:
parent
d1e63fd8e6
commit
378d83715b
@ -210,13 +210,13 @@ func basicAuth(handler http.Handler, realm string, ctx ziti.Context) http.Handle
|
||||
return
|
||||
}
|
||||
} else {
|
||||
logrus.Infof("no auth scheme for '%v'", svcName)
|
||||
logrus.Infof("%v -> no auth scheme for '%v'", r.RemoteAddr, svcName)
|
||||
}
|
||||
} else {
|
||||
logrus.Infof("no proxy config for '%v'", svcName)
|
||||
logrus.Infof("%v -> no proxy config for '%v'", r.RemoteAddr, svcName)
|
||||
}
|
||||
} else {
|
||||
logrus.Infof("service '%v' not found", svcName)
|
||||
logrus.Infof("%v -> service '%v' not found", r.RemoteAddr, svcName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user