diff --git a/cmd/rdpgw/web/context.go b/cmd/rdpgw/web/context.go
index af8e2d342c7b9daac6a338c09b2c58d5c658e691..070d5fb8f21618b022ad40a616d05fa2e3321346 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 != "" {