1
0
Fork 0

set log level to debug

This commit is contained in:
jsteemann 2016-06-01 15:06:34 +02:00
parent ac2fc7b8a0
commit 7bb5675031
1 changed files with 1 additions and 5 deletions

View File

@ -29,11 +29,8 @@
var internal = require("internal");
var cluster = require("@arangodb/cluster");
var db = internal.db;
////////////////////////////////////////////////////////////////////////////////
/// @brief initialized
///
@ -415,7 +412,6 @@ function compute15Minute (start, clusterId) {
return result;
}
////////////////////////////////////////////////////////////////////////////////
/// @brief statistics interval
////////////////////////////////////////////////////////////////////////////////
@ -590,7 +586,7 @@ exports.installPeriodicTasks = function () {
return;
}
console.info("Statistics: Installing regular tasks...");
console.debug("Statistics: Installing regular tasks...");
var interval = exports.STATISTICS_INTERVAL;
var interval15 = exports.STATISTICS_HISTORY_INTERVAL;