Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Oct 9, 2023
1 parent 7f5cbf0 commit 63dd66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rasa/utils/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ async def request(
headers.update(kwargs["headers"])
del kwargs["headers"]

logger.debug(f"OSS request headers: {headers}")
url = concat_url(self.url, subpath)

sslcontext = None
Expand Down

0 comments on commit 63dd66b

Please sign in to comment.