one log moved to DEBUG

This commit is contained in:
Francesco Mangiacrapa 2022-11-28 15:28:12 +01:00
parent 4b06b9e0a1
commit ca578b5249
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ public class ProjectsCaller {
*/
public Iterator<Project> queryOnMongo(String profileID, Integer totalItems, Integer offset, Integer limit,
SearchingFilter filter) throws Exception {
LOG.info("queryOnMongo called");
LOG.debug("queryOnMongo called");
try {