日志修改

master
zhangshanxue 2021-02-24 18:05:44 +08:00
parent 31d4182c47
commit 2390118f9e
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class MyMongoDBPool {
DBObject doc = cursor.next();
docs.add(doc);
}
LOGGER.info("collectionName{},个数,{}",collectionName,docs.size());
return docs;
}