Skip to content

Commit 01824ee

Browse files
change log level (#22)
1 parent 1c879bd commit 01824ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/planet_auth/oidc/token_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _update(self):
106106
try:
107107
new_keys_by_id[json_key["kid"]] = jwt.PyJWK(jwk_data=json_key)
108108
except jwt.PyJWKError as pyjwke:
109-
auth_logger.warning(
109+
auth_logger.debug(
110110
msg="Error while loading key from JWKS endpoint. Any attempt to verify tokens signed with this key will fail. Error: {}".format(
111111
str(pyjwke)
112112
),

0 commit comments

Comments
 (0)