jesselang / dox

Publish markdown to Confluence as HTML
MIT License
23 stars 5 forks source link

Better debugging with detailed logging toggle. #19

Open irfn opened 1 year ago

irfn commented 1 year ago

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.