diff --git a/apps/api-gateway/src/connection/connection.controller.ts b/apps/api-gateway/src/connection/connection.controller.ts index 90b535b10..eff4bc86e 100644 --- a/apps/api-gateway/src/connection/connection.controller.ts +++ b/apps/api-gateway/src/connection/connection.controller.ts @@ -278,6 +278,8 @@ export class ConnectionController { @Res() res: Response ): Promise { connectionDto.type = 'Connection'; + this.logger.log(`connectionDto ::: ${JSON.stringify(connectionDto)} ${orgId}`); + this.logger.debug(`connectionDto ::: ${JSON.stringify(connectionDto)} ${orgId}`); const connectionData = await this.connectionService.getConnectionWebhook(connectionDto, orgId).catch(error => {