diff --git a/logs/logs.go b/logs/logs.go
index c901a85ca3a37dd569e0e53f385c8e166d5985b9..37dd4ff10e1ca96495b25a5ea3795ffafbfb0736 100644
--- a/logs/logs.go
+++ b/logs/logs.go
@@ -356,6 +356,8 @@ func LogResponseInfo(req events.APIGatewayProxyRequest, res events.APIGatewayPro
 
 	fields := map[string]interface{}{
 		"status_code": res.StatusCode,
+		"path":        req.Path,
+		"method":      req.HTTPMethod,
 	}
 
 	if err != nil {