Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alibabacloud_credentials/provider/ecs_ram_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from alibabacloud_credentials.utils import parameter_helper as ph
from alibabacloud_credentials.exceptions import CredentialException

logging.basicConfig(level=logging.DEBUG)
log = logging.getLogger(__name__)
log.setLevel(logging.DEBUG)


class EcsRamRoleCredentialsProvider(ICredentialsProvider):
Expand Down
2 changes: 1 addition & 1 deletion alibabacloud_credentials/provider/refreshable.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from alibabacloud_credentials.exceptions import CredentialException
from alibabacloud_credentials_api import ICredentials

logging.basicConfig(level=logging.DEBUG)
log = logging.getLogger(__name__)
log.setLevel(logging.DEBUG)

T = TypeVar('T')
INT64_MAX = 2 ** 63 - 1
Expand Down
Loading