Show More
@@ -139,8 +139,9 b' class RemoteRepo(object):' | |||||
139 | return _remote_call(self.url, payload, EXCEPTIONS_MAP, self._session) |
|
139 | return _remote_call(self.url, payload, EXCEPTIONS_MAP, self._session) | |
140 |
|
140 | |||
141 | def _call_with_logging(self, name, *args, **kwargs): |
|
141 | def _call_with_logging(self, name, *args, **kwargs): | |
142 |
|
142 | context_uid = self._wire.get('context') | ||
143 |
log.debug('Calling %s@%s with args:%r', |
|
143 | log.debug('Calling %s@%s with args:%r. wire_context: %s', | |
|
144 | self.url, name, args, context_uid) | |||
144 | return RemoteRepo._call(self, name, *args, **kwargs) |
|
145 | return RemoteRepo._call(self, name, *args, **kwargs) | |
145 |
|
146 | |||
146 | def __getitem__(self, key): |
|
147 | def __getitem__(self, key): |
General Comments 0
You need to be logged in to leave comments.
Login now