generated from root/miduo_server
日志修改
parent
31d4182c47
commit
2390118f9e
|
@ -65,6 +65,7 @@ public class MyMongoDBPool {
|
||||||
DBObject doc = cursor.next();
|
DBObject doc = cursor.next();
|
||||||
docs.add(doc);
|
docs.add(doc);
|
||||||
}
|
}
|
||||||
|
LOGGER.info("collectionName{},个数,{}",collectionName,docs.size());
|
||||||
return docs;
|
return docs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue