Skip to content

Commit

Permalink
Merge pull request #1042 from Edweis/fix-api-gateway-proxy-log
Browse files Browse the repository at this point in the history
Fix Api Gateway Proxy logs
  • Loading branch information
dherault committed Jul 9, 2020
2 parents 7485bf3 + 1d8230b commit db7a2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/http/HttpServer.js
Expand Up @@ -984,7 +984,7 @@ export default class HttpServer {
}

serverlessLog(
`PROXY ${request.method} ${request.url.path} -> ${resultUri}`,
`PROXY ${request.method} ${request.url.pathname} -> ${resultUri}`,
)

return h.proxy({
Expand Down

0 comments on commit db7a2c5

Please sign in to comment.