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