No execution log when a specific url in http request

Hi guys,

I have a problem with execution logging.

My cronjob with a “http request”-node works well, but I have no log entries in executions. The flow is only not logged when I call a specific URL. With other URLs i get logs.

The url is from a private server, so I can only give you the response header:

"headers": {
          "transfer-encoding": "chunked",
          "content-type": "application/json",
          "etag": "\"D1N4O8b0DzM221MIisA33Yfzzc74aPZJiviUNSQPDpaVwcMv/A7tjApltjiwBghJlsrJlMGcWpjhPhioS1kChw==\"",
          "x-powered-by": "ARR/3.0, ASP.NET",
          "date": "Thu, 26 Nov 2020 14:58:27 GMT",
          "connection": "close"
      }

Is there a reason why there is no log?

The only reason I can think of right now is that it crashes while saving it for some reason. Sadly no idea why that could be the case.