diff --git a/cmd/rdpgw/web/context.go b/cmd/rdpgw/web/context.go index af8e2d3..070d5fb 100644 --- a/cmd/rdpgw/web/context.go +++ b/cmd/rdpgw/web/context.go @@ -25,8 +25,8 @@ func EnrichContext(next http.Handler) http.Handler { } } - log.Printf("Identity SessionId: %s, UserName: %s: Authenticated: %t", - id.SessionId(), id.UserName(), id.Authenticated()) + log.Printf("Identity SessionId: %s, UserName: %s: Authenticated: %t: Path: %s", + id.SessionId(), id.UserName(), id.Authenticated(), r.RequestURI) h := r.Header.Get("X-Forwarded-For") if h != "" {