Hey all,
I'm building my own extractor using the cookiecutter template provided in the SDK documentation. In order to debug a pagination issue that I am facing, I would like to view or log the HTTP-requests that Meltano sent out. How do I do that? I expected to find this information by including the
--log-level=debug
flag but had no luck so far. Can someone help me out?