From 2482560b15c85a5e99cc9f8d8beb4ef2649c8977 Mon Sep 17 00:00:00 2001 From: Pavel Kartavyy Date: Thu, 29 Jan 2015 15:53:59 +0300 Subject: [PATCH] DB::Connection: don't log Ping requests --- dbms/src/Client/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Client/Connection.cpp b/dbms/src/Client/Connection.cpp index 3f14786085d..339a18ea249 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 {