dox
dox copied to clipboard
Better debugging with detailed logging toggle.
I have published many projects using dox so I am quite certain that the setup is configured well. However I recently started getting this error. Passing the verbose toggle doesn't give any further information.
-Edit-
The issue turned out to be due to conflicts in title of another file which should have been ignored.
I was able to debug by changing the sendRequest
in wiki.go in the go-conflunce lib. Would be great if verbose toggle could also print the http response errors better. alternatively can pass the response body info in the error message.