How do I see the underlying api calls to the source? #34775
Unanswered
meyerovb
asked this question in
Connector Questions
Replies: 1 comment
-
Airbyte does not expose the underlying API calls to the source in the logs to avoid exposing sensitive information. However, you can try to set the log level to debug to see if you get more information. You can do this by setting LOG_LEVEL=DEBUG. Please note that this might not provide the exact details of the HTTP calls being made to the source API. Another option is to monitor the network tab in the browser dev tools for one-off checks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running open source, it's pulling data from a source by calling the source api, does it log anywhere/have anywhere to see the actual http calls (at least the url) being made to the source api?
Beta Was this translation helpful? Give feedback.
All reactions