alamb commented on code in PR #436:
URL:
https://github.com/apache/arrow-rs-object-store/pull/436#discussion_r2240633002
##########
src/aws/builder.rs:
##########
@@ -943,7 +943,7 @@ impl AmazonS3Builder {
} else if self.access_key_id.is_some() ||
self.secret_access_key.is_some() {
match (self.access_key_id, self.secret_access_key, self.token) {
(Some(key_id), Some(secret_key), token) => {
- info!("Using Static credential provider");
+ debug!("Using Static credential provider");
Review Comment:
Given these messages are just static strings, I agree that debug is a more
appropriate level of logging in my opinion
--
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]