Skip to content

Commit a9b1543

Browse files
committed
fix(api-gateway): websockets calls logs severity
1 parent e6d8e5c commit a9b1543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-gateway/src/Service/Http/HttpServiceProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class HttpServiceProxy implements ServiceProxyInterface {
144144
}
145145

146146
const isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat = request.headers.connectionid !== undefined
147-
this.logger.info(
147+
this.logger.debug(
148148
`Calling websockets service: ${endpointOrMethodIdentifier}. Format is minimal: ${isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat}`,
149149
)
150150
if (isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat) {

0 commit comments

Comments
 (0)