mirror of https://gitee.com/bigwinds/arangodb
Increase a log level to warn (as in 3.3).
This commit is contained in:
parent
1e96c94aad
commit
a84d758105
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue