Skip to content

Commit

Permalink
Add more logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Aug 27, 2024
1 parent 4a5e8ca commit b02b396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ export async function getIssuerAndSecuringMethods({config, options}) {
},
cause
});
console.log('CAUSE'. cause);
console.log('ERROR'. error);
logger.error(error.message, {error});
throw error;
}
Expand Down

0 comments on commit b02b396

Please sign in to comment.