hey, Im having issues with a provider. is there ac...
# getting-started
e
hey, Im having issues with a provider. is there actually a debug functionality to show the (http) requests from the provider to the cloud? the tracing file only seem to show the properties send to the provider. I would like to get the whole http requests including cookies and headers.
m
Yes, if you go high enough with the verbosity level as described here, it will show the requests.
e
hm, I see a lot of rpc logs.. there are some http endpoints under eventSink::Debug but no full http logs with headers and body
m
It may depend on the provider since itโ€™s the one making the requests. Which provider are you using?
e
its the openstack provider
m
Since this is a bridged Terraform provider, could you try setting
TF_LOG=DEBUG
?
e
thanks! that actually gives a lot of information! its quite badly formated with eventSink: : Debug and some <{%reset%}> stuff not sure if tracing format will improve that. also auth tokens are masked ๐Ÿ™‚ for good and bad ๐Ÿ˜›