bzr log http+urllib does not work, http+pycurl is too slow

Alexander Belchenko bialix at ukr.net
Wed Dec 12 14:12:48 GMT 2007


John Arbash Meinel пишет:
> Alexander Belchenko wrote:
>> John Arbash Meinel пишет:
>>> Before we go too far, can you try this patch:
>>>
>>> === modified file 'bzrlib/trace.py'
>>> - --- bzrlib/trace.py     2007-11-10 17:09:40 +0000
>>> +++ bzrlib/trace.py     2007-12-11 16:26:17 +0000
>>> @@ -129,7 +129,7 @@
>>>      out += '\n'
>>>      _trace_file.write(out)
>>>      # TODO: jam 20051227 Consider flushing the trace file to help
>>> debugging
>>> - -    #_trace_file.flush()
>>> +    _trace_file.flush()
>> Your patch does not help. The same error.
> 
> It wasn't fixing the error. It was improving the logging so we could diagnose
> the error.

No, the log is not changed. I show full log with traceback.



More information about the bazaar mailing list