webdav: Make --debug show all webdav operations.

This commit is contained in:
Joey Hess 2017-10-07 14:11:32 -04:00
parent 47aa0c7f73
commit 34bb350724
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 72 additions and 17 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2017-10-07T18:05:44Z"
content="""
Also, I've added logging of all webdav operations with --debug, which
should help with determining what operation is being slow.
"""]]

View file

@ -0,0 +1,20 @@
[[!comment format=mdwn
username="joey"
subject="""comment 7"""
date="2017-10-07T18:08:49Z"
content="""
It's interesting you reproduced it when building with stack. I'm a bit
confused because in your other bug report, you seemed to have git-annex
built with stack working without this bug?
In any case, IIRC stack will use haskell libraries installed system-wide in
some cases, so it may be picking up whatever the problimatic library is
from Arch Linux.
If you can reproduce it with stack on a system that does not have a
system-wide ghc installed, I'd think I should also be able to build with
stack and reproduce it..
Also, I've just made --debug log all webdav operations, which should help
track down what operation is failing..
"""]]