Skip to content

Commit

Permalink
fix: do not log requests headers in ApiClient
Browse files Browse the repository at this point in the history
Closes #35
  • Loading branch information
evermake committed May 9, 2024
1 parent 9da7074 commit 09fd6b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/utils/api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ function createAxiosWithLogging({
logger.debug({
msg: 'API request initiated',
config: {
auth: config.auth,
baseURL: config.baseURL,
data: config.data,
headers: config.headers,
url: config.url,
params: config.params,
},
Expand Down

0 comments on commit 09fd6b3

Please sign in to comment.