tustvold commented on code in PR #7033:
URL: https://github.com/apache/arrow-rs/pull/7033#discussion_r1931812840
##########
object_store/src/client/retry.rs:
##########
@@ -24,7 +24,7 @@ use reqwest::header::LOCATION;
use reqwest::{Client, Request, Response, StatusCode};
use std::error::Error as StdError;
use std::time::{Duration, Instant};
-use tracing::info;
+use tracing::{info, debug};
Review Comment:
```suggestion
use tracing::{debug, info};
```
--
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]