Change log level to avoid test failure

This commit is contained in:
Igor Nikonov 2023-11-29 00:05:28 +00:00
parent 7528275e13
commit 961236a70b

View File

@ -323,7 +323,7 @@ HedgedConnectionsFactory::State HedgedConnectionsFactory::processFinishedConnect
else
{
ShuffledPool & shuffled_pool = shuffled_pools[index];
LOG_WARNING(
LOG_INFO(
log, "Connection failed at try №{}, reason: {}", (shuffled_pool.error_count + 1), fail_message);
ProfileEvents::increment(ProfileEvents::DistributedConnectionFailTry);