Skip to content

Commit

Permalink
Merge pull request redpanda-data#18025 from vbotbuildovich/backport-p…
Browse files Browse the repository at this point in the history
…r-18022-v24.1.x-318

[v24.1.x] CORE-2490 cloud_storage_clients/client_pool: error->warn
  • Loading branch information
piyushredpanda authored Apr 23, 2024
2 parents 90de52f + 353c3e2 commit 1169ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/cloud_storage_clients/client_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ client_pool::do_client_self_configure(http_client_ptr client) {

if (result.error() == cloud_storage_clients::error_outcome::retry) {
vlog(
pool_log.error,
pool_log.warn,
"Self configuration attempt {}/{} failed with retryable "
"error. "
"Will retry in {}s.",
Expand Down

0 comments on commit 1169ac2

Please sign in to comment.