o-nikolas commented on a change in pull request #20858:
URL: https://github.com/apache/airflow/pull/20858#discussion_r787128533



##########
File path: airflow/providers/amazon/aws/hooks/base_aws.py
##########
@@ -162,7 +162,7 @@ def _refresh_credentials(self) -> Dict[str, Any]:
             raise 
RuntimeError(f'sts_response_http_status={sts_response_http_status}')
         credentials = sts_response['Credentials']
         expiry_time = credentials.get('Expiration').isoformat()
-        self.log.info(f'New credentials expiry_time:{expiry_time}')
+        self.log.debug(f'New credentials expiry_time:{expiry_time}')

Review comment:
       Looks good to me, I've updated the PR with your suggested change :+1: 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to