Skip to content

Commit

Permalink
refactor(api): debug log request uri
Browse files Browse the repository at this point in the history
  • Loading branch information
haatveit committed Feb 14, 2025
1 parent a550681 commit cc1c711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsdfileapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ def prepare(self) -> Optional[Awaitable[None]]:
raise ClientAuthorizationError("URI does not contain a valid tenant")
self.tenant = tenant

logger.debug(f"request uri: {self.request.uri}")
uri = self.request.uri.split("?")[0]
uri_parts = uri.split("/")
if uri.endswith("/files/stream") and self.request.method in [
Expand Down

0 comments on commit cc1c711

Please sign in to comment.