Skip to content

Commit

Permalink
Added the error logger in agent configure
Browse files Browse the repository at this point in the history
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
KulkarniShashank committed May 14, 2024
1 parent 730497d commit b22b41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/agent-service/src/agent-service.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ export class AgentServiceService {
await this._createConnectionInvitation(orgId, user, getOrganization.name);
return storeAgentConfig;
} catch (error) {
this.logger.error(`Agent configure ::: ${JSON.stringify(error)}`);
throw new RpcException(error.response ?? error);
}
}
Expand Down

0 comments on commit b22b41e

Please sign in to comment.