Change log level in clickhouse-local

This commit is contained in:
Alexey Milovidov 2024-08-07 02:47:53 +02:00
parent 0aed98f3f0
commit 25f557667a

View File

@ -365,7 +365,7 @@ bool LocalConnection::poll(size_t)
{
while (pollImpl())
{
LOG_DEBUG(&Poco::Logger::get("LocalConnection"), "Executor timeout encountered, will retry");
LOG_TEST(&Poco::Logger::get("LocalConnection"), "Executor timeout encountered, will retry");
if (needSendProgressOrMetrics())
return true;