Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 7, 2025
1 parent bb55a50 commit 896c38a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/network/kmip/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,11 @@ export default class Client {
KMIP.Structure('Template-Attribute', attributes),
], (err, response) => {
if (err) {
const error = arsenalErrorKMIP(err.message);
// eslint-disable-next-line no-console
console.log('errorrrrrrr', err);
// eslint-disable-next-line no-console
console.log('here the error type', typeof err);
const error = arsenalErrorKMIP(err);
logger.error('KMIP::createBucketKey',
{ error,
serverInformation: this.serverInformation });
Expand Down

0 comments on commit 896c38a

Please sign in to comment.