We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d8e5c commit a9b1543Copy full SHA for a9b1543
packages/api-gateway/src/Service/Http/HttpServiceProxy.ts
@@ -144,7 +144,7 @@ export class HttpServiceProxy implements ServiceProxyInterface {
144
}
145
146
const isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat = request.headers.connectionid !== undefined
147
- this.logger.info(
+ this.logger.debug(
148
`Calling websockets service: ${endpointOrMethodIdentifier}. Format is minimal: ${isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat}`,
149
)
150
if (isARequestComingFromApiGatewayAndShouldBeKeptInMinimalFormat) {
0 commit comments