From cd1ab21177c3489f2632710b586f60ba50dbe642 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 17 Dec 2013 15:42:27 +0100 Subject: [PATCH] do not spam my logs please --- arangod/Cluster/ClusterComm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arangod/Cluster/ClusterComm.cpp b/arangod/Cluster/ClusterComm.cpp index 7c0cd3e86c..28c1cbe068 100644 --- a/arangod/Cluster/ClusterComm.cpp +++ b/arangod/Cluster/ClusterComm.cpp @@ -325,7 +325,8 @@ void ClusterCommThread::run () { while (! _stop) { usleep(2000); // FIXME: ... - LOG_TRACE("ClusterComm alive"); + // this is spamming my logs... + // LOG_TRACE("ClusterComm alive"); } // another thread is waiting for this value to shut down properly