The driver already has debug logging available for server replies, but the log message is generic and doesn't log the actual response document. Normally this isn't a problem, but for cursor-related responses it can sometimes be useful to know the number of documents returned in each batch.
We should add debug logging to QueryBatchCursor and AsyncQueryBatchCursor to log the number of documents returned in each batch.