1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-19 17:07:18 +03:00

🐛 Temporary change logging to fix memory issue

This commit is contained in:
Jan Oberhauser 2022-01-18 10:12:41 +01:00
parent 58c9831956
commit ef8d1e72b4

View File

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