Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Sep 20, 2024
1 parent f114938 commit b7646cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/IAMClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,10 @@ class VaultClient {
if (err) {
console.log('RET ++', ret);

Check failure on line 1191 in lib/IAMClient.js

View workflow job for this annotation

GitHub Actions / tests

Unexpected console statement
console.log('ERROR ++', err);

Check failure on line 1192 in lib/IAMClient.js

View workflow job for this annotation

GitHub Actions / tests

Unexpected console statement
console.log('STATUS CODE ++', {

Check failure on line 1193 in lib/IAMClient.js

View workflow job for this annotation

GitHub Actions / tests

Unexpected console statement
status: res.statusCode,
statusMessage: res.statusMessage,
});
log.error('error from vault', {
error: err,
method: 'VaultClient.handleResponse',
Expand Down

0 comments on commit b7646cc

Please sign in to comment.