##// END OF EJS Templates
logging: http logging should limit the data to some sane ammount....
marcink -
r3813:8aa49fab stable
parent child Browse files
Show More
@@ -147,7 +147,7 b' class RemoteRepo(object):'
147
147
148 def _call_with_logging(self, name, *args, **kwargs):
148 def _call_with_logging(self, name, *args, **kwargs):
149 context_uid = self._wire.get('context')
149 context_uid = self._wire.get('context')
150 log.debug('Calling %s@%s with args:%r. wire_context: %s',
150 log.debug('Calling %s@%s with args:%.10240r. wire_context: %s',
151 self.url, name, args, context_uid)
151 self.url, name, args, context_uid)
152 return RemoteRepo._call(self, name, *args, **kwargs)
152 return RemoteRepo._call(self, name, *args, **kwargs)
153
153
General Comments 0
You need to be logged in to leave comments. Login now