Fix log level

This commit is contained in:
kssenii 2024-01-19 18:04:58 +01:00
parent 4509af091a
commit 4c8ced6af8

View File

@ -514,7 +514,7 @@ bool ReadWriteBufferFromHTTPBase<UpdatableSessionPtr>::nextImpl()
} }
else if (initialization_error == InitializeError::RETRYABLE_ERROR) else if (initialization_error == InitializeError::RETRYABLE_ERROR)
{ {
LOG_ERROR( LOG_TRACE(
log, log,
"HTTP request to `{}` failed at try {}/{} with bytes read: {}/{}. " "HTTP request to `{}` failed at try {}/{} with bytes read: {}/{}. "
"(Current backoff wait is {}/{} ms)", "(Current backoff wait is {}/{} ms)",