mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Fix log level
This commit is contained in:
parent
4509af091a
commit
4c8ced6af8
@ -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)",
|
||||||
|
Loading…
Reference in New Issue
Block a user