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));
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user