1
0
Fork 0

turn off spam message

This commit is contained in:
jsteemann 2018-07-20 19:50:24 +02:00
parent a6af188757
commit 7c6bd3b0e2
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ std::string CollectionNameResolver::getCollectionNameCluster(
}
}
LOG_TOPIC(ERR, arangodb::Logger::FIXME) << "CollectionNameResolver: was not able to resolve id " << cid;
LOG_TOPIC(DEBUG, arangodb::Logger::FIXME) << "CollectionNameResolver: was not able to resolve id " << cid;
return "_unknown";
}