diff --git a/packages/api-gateway/src/Service/Http/HttpServiceProxy.ts b/packages/api-gateway/src/Service/Http/HttpServiceProxy.ts index 50d7120a5..ad18fab3e 100644 --- a/packages/api-gateway/src/Service/Http/HttpServiceProxy.ts +++ b/packages/api-gateway/src/Service/Http/HttpServiceProxy.ts @@ -144,6 +144,9 @@ export class HttpServiceProxy implements ServiceProxyInterface { } const isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat = request.headers.connectionid !== undefined + this.logger.info( + `Calling websockets service: ${endpointOrMethodIdentifier}. Format is minimal: ${isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat}`, + ) if (isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat) { await this.callServerWithLegacyFormat( this.webSocketServerUrl,