diff --git a/dbms/src/Client/Connection.cpp b/dbms/src/Client/Connection.cpp index 059c27f5c8e..57a93d60c4d 100644 --- a/dbms/src/Client/Connection.cpp +++ b/dbms/src/Client/Connection.cpp @@ -165,7 +165,7 @@ void Connection::forceConnected() bool Connection::ping() { - LOG_TRACE(log_wrapper.get(), "Ping (" << getServerAddress() << ")"); + // LOG_TRACE(log_wrapper.get(), "Ping (" << getServerAddress() << ")"); try {