Преглед на файлове

fix(api-gateway): websockets calls logs severity

Karol Sójko преди 1 година
родител
ревизия
a9b1543e20
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/api-gateway/src/Service/Http/HttpServiceProxy.ts

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

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