fix(api-gateway): websockets calls logs severity
This commit is contained in:
parent
e6d8e5c5f2
commit
a9b1543e20
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue