mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +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)
|
||||
{
|
||||
LOG_ERROR(
|
||||
LOG_TRACE(
|
||||
log,
|
||||
"HTTP request to `{}` failed at try {}/{} with bytes read: {}/{}. "
|
||||
"(Current backoff wait is {}/{} ms)",
|
||||
|
Loading…
Reference in New Issue
Block a user