Skip to content

Commit

Permalink
add logging for GH API client lib
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Sep 25, 2024
1 parent 987330c commit 078ea4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/torngit/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ async def make_http_call(
rl_limit=res.headers.get("X-RateLimit-Limit"),
rl_reset_time=res.headers.get("X-RateLimit-Reset"),
retry_after=res.headers.get("Retry-After"),
refreshable=callable(self._on_token_refresh),
**log_dict,
),
)
Expand Down

0 comments on commit 078ea4a

Please sign in to comment.