mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Temporary change logging to fix memory issue
This commit is contained in:
@@ -552,10 +552,13 @@ async function proxyRequestToAxios(
|
|||||||
|
|
||||||
axiosConfig = Object.assign(axiosConfig, await parseRequestObject(configObject));
|
axiosConfig = Object.assign(axiosConfig, await parseRequestObject(configObject));
|
||||||
|
|
||||||
Logger.debug('Proxying request to axios', {
|
Logger.debug(
|
||||||
originalConfig: configObject,
|
'Proxying request to axios',
|
||||||
parsedConfig: axiosConfig,
|
// {
|
||||||
});
|
// originalConfig: configObject,
|
||||||
|
// parsedConfig: axiosConfig,
|
||||||
|
// }
|
||||||
|
);
|
||||||
|
|
||||||
if (configObject.auth?.sendImmediately === false) {
|
if (configObject.auth?.sendImmediately === false) {
|
||||||
// for digest-auth
|
// for digest-auth
|
||||||
|
|||||||
Reference in New Issue
Block a user