We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0037580 commit 5cba337Copy full SHA for 5cba337
src/zeep/transports.py
@@ -122,6 +122,7 @@ def load(self, url):
122
return fh.read()
123
124
def _load_remote_data(self, url):
125
+ self.logger.debug("Loading remote data from: %s", url)
126
response = self.session.get(url, timeout=self.load_timeout)
127
response.raise_for_status()
128
return response.content
0 commit comments