Skip to content

Commit

Permalink
feat: added logger for socket (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
  • Loading branch information
tipusinghaw authored and KulkarniShashank committed Sep 11, 2024
1 parent 986fbb5 commit d250fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/issuance/src/issuance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,8 @@ export class IssuanceService {
});
}

this.logger.log(`jobDetails.clientId----${JSON.stringify(jobDetails.clientId)}`);

const socket = await io(`${process.env.SOCKET_HOST}`, {
reconnection: true,
reconnectionDelay: 5000,
Expand Down

0 comments on commit d250fce

Please sign in to comment.