From a84d7581057c1502f497116b55d68a3fd6d54dee Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Fri, 23 Mar 2018 12:47:40 +0100 Subject: [PATCH] Increase a log level to warn (as in 3.3). --- arangod/Cluster/HeartbeatThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/Cluster/HeartbeatThread.cpp b/arangod/Cluster/HeartbeatThread.cpp index 16f5bf2190..0e2c192d64 100644 --- a/arangod/Cluster/HeartbeatThread.cpp +++ b/arangod/Cluster/HeartbeatThread.cpp @@ -468,7 +468,7 @@ void HeartbeatThread::runSingleServer() { if (res.successful()) { LOG_TOPIC(TRACE, Logger::HEARTBEAT) << "successfully increased plan version in agency"; } else { - LOG_TOPIC(DEBUG, Logger::HEARTBEAT) << "could not increase version number in agency"; + LOG_TOPIC(WARN, Logger::HEARTBEAT) << "could not increase version number in agency"; } }