We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae36ed commit f1d0e2bCopy full SHA for f1d0e2b
resources/minder_restapi_lib.py
@@ -51,6 +51,7 @@ def _make_request(self, method, path, **kwargs):
51
try:
52
logger.debug(f"Request: {kwargs}")
53
response = requests.request(method, url, headers=headers, **kwargs)
54
+ logger.debug(f"Request ID: \'{response.headers['grpc-metadata-request-id']}\'")
55
logger.debug(f"Response: {response.json()}")
56
response.raise_for_status()
57
return response.json()
0 commit comments