Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/express-4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel authored Sep 12, 2024
2 parents 4c0d80a + 37aabad commit 0386aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/controllers/proxy.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class ProxyController {
logCtx: LogContext
) {
const safeHeaders = proxyService.stripSensitiveHeaders(config.headers, config);
await logCtx.http(`${error.request?.method.toUpperCase()} ${url} failed with status '${error.response?.status}'`, {
await logCtx.http(`${config.method.toUpperCase()} ${url} failed with status '${error.response?.status}'`, {
meta: {
content: errorContent
},
Expand Down

0 comments on commit 0386aaa

Please sign in to comment.