Skip to content

Commit

Permalink
Lower log level for S3CrtClient metareq response err from warn to deb…
Browse files Browse the repository at this point in the history
…ug (#201)

Signed-off-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
dannycjones authored Apr 11, 2023
1 parent 9ad4854 commit eac572c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3-client/src/s3_crt_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ impl S3CrtClient {
metrics::counter!("s3.meta_requests", 1, "op" => op);

if request_result.is_err() {
warn!(
debug!(
request_id = request_id.as_deref().unwrap_or("unknown"),
duration_us = start_time.elapsed().as_micros(),
?request_result,
Expand Down

0 comments on commit eac572c

Please sign in to comment.