mirror of https://gitee.com/bigwinds/arangodb
do not spam my logs please
This commit is contained in:
parent
8fa172f03c
commit
cd1ab21177
|
@ -325,7 +325,8 @@ void ClusterCommThread::run () {
|
||||||
while (! _stop) {
|
while (! _stop) {
|
||||||
usleep(2000);
|
usleep(2000);
|
||||||
// FIXME: ...
|
// 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
|
// another thread is waiting for this value to shut down properly
|
||||||
|
|
Loading…
Reference in New Issue