Skip to content

Commit 1f74885

Browse files
committed
Bump 1.0.3
1 parent fc52a43 commit 1f74885

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2025-10-14 Version 1.0.3
2+
* Update logger level.
3+
14
### 2025-05-06 Version 1.0.2
25
* Resolve home path in all environments.
36
* Resolve loop in synchronously function.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"

alibabacloud_credentials/provider/ecs_ram_role.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from alibabacloud_credentials.exceptions import CredentialException
1616

1717
log = logging.getLogger('credentials')
18-
log.setLevel(logging.DEBUG)
18+
log.setLevel(logging.INFO)
1919
ch = logging.StreamHandler()
2020
log.addHandler(ch)
2121

alibabacloud_credentials/provider/refreshable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from alibabacloud_credentials_api import ICredentials
1515

1616
log = logging.getLogger('credentials')
17-
log.setLevel(logging.DEBUG)
17+
log.setLevel(logging.INFO)
1818
ch = logging.StreamHandler()
1919
log.addHandler(ch)
2020

0 commit comments

Comments
 (0)