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