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
No known key found for this signature in database
GPG key ID: C2F813669419D05F

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) {