durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
498 stars 195 forks source link

Change credential refresh log from info to debug #321

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

The new credentials refresh feature is extremely useful to our project - thank you! However, we're finding our logs have lots of noise with a refresh every 30 minutes. While we could change our RUST_LOG env var, I suspect it's more useful for the typical user for this log to be at the debug level.

durch commented 1 year ago

Good stuff, thank you!