You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the underlying requests library is capable of low-level logging the pancloudHTTPClient and Credentials classes do not currently offer any additional logging to assist with troubleshooting and debugging.
Proposed solution
Add sensible logging to HTTPClient and Credentials classes for operations unique to pancloud, such as:
Applying credentials to header
Setting default headers
Auto-refresh and auto-retry
Token refresh
Credential resolution
Fetch tokens
Initializing storage adapter
Removing profiles
Revoke access/refresh token
Write credentials
Checking for expired access token
Decoding exp field from access token
The text was updated successfully, but these errors were encountered:
Description
Although the underlying
requests
library is capable of low-level logging thepancloud
HTTPClient
andCredentials
classes do not currently offer any additional logging to assist with troubleshooting and debugging.Proposed solution
Add sensible logging to
HTTPClient
andCredentials
classes for operations unique topancloud
, such as:The text was updated successfully, but these errors were encountered: