From ef8d1e72b4d23f7bf4f407983b97ed66de0ec5f9 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Tue, 18 Jan 2022 10:12:41 +0100 Subject: [PATCH] :bug: Temporary change logging to fix memory issue --- packages/core/src/NodeExecuteFunctions.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/core/src/NodeExecuteFunctions.ts b/packages/core/src/NodeExecuteFunctions.ts index 16e00dbaea..071f61ab5a 100644 --- a/packages/core/src/NodeExecuteFunctions.ts +++ b/packages/core/src/NodeExecuteFunctions.ts @@ -552,10 +552,13 @@ async function proxyRequestToAxios( axiosConfig = Object.assign(axiosConfig, await parseRequestObject(configObject)); - Logger.debug('Proxying request to axios', { - originalConfig: configObject, - parsedConfig: axiosConfig, - }); + Logger.debug( + 'Proxying request to axios', + // { + // originalConfig: configObject, + // parsedConfig: axiosConfig, + // } + ); if (configObject.auth?.sendImmediately === false) { // for digest-auth