Skip to content

Commit

Permalink
fix: Remove url from http logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRamirezLecca committed Jan 9, 2025
1 parent 2000881 commit 543a18f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/modules/global/http/http.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class HttpService {
} catch (error) {
console.error({
method: options.method,
url: options.url,
workspaceId: options.workspaceId || null,
error: error.response?.data || error.message,
status: error.response?.status || 500,
Expand Down

0 comments on commit 543a18f

Please sign in to comment.