http: use better logging with vcsserver context UUID.
This commit is contained in:
parent
7d7d6741bb
commit
f652093d5d
1 changed files with 3 additions and 2 deletions
|
|
@ -139,8 +139,9 @@ class RemoteRepo(object):
|
|||
return _remote_call(self.url, payload, EXCEPTIONS_MAP, self._session)
|
||||
|
||||
def _call_with_logging(self, name, *args, **kwargs):
|
||||
|
||||
log.debug('Calling %s@%s with args:%r', self.url, name, args)
|
||||
context_uid = self._wire.get('context')
|
||||
log.debug('Calling %s@%s with args:%r. wire_context: %s',
|
||||
self.url, name, args, context_uid)
|
||||
return RemoteRepo._call(self, name, *args, **kwargs)
|
||||
|
||||
def __getitem__(self, key):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue