fix(api-gateway): websockets calls logs severity

This commit is contained in:
Karol Sójko
2023-11-10 12:59:42 +01:00
parent e6d8e5c5f2
commit a9b1543e20

View File

@@ -144,7 +144,7 @@ export class HttpServiceProxy implements ServiceProxyInterface {
}
const isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat = request.headers.connectionid !== undefined
this.logger.info(
this.logger.debug(
`Calling websockets service: ${endpointOrMethodIdentifier}. Format is minimal: ${isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat}`,
)
if (isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat) {