diff --git a/src/setMongodb.ts b/src/setMongodb.ts index d9e4d43..2e1c47a 100644 --- a/src/setMongodb.ts +++ b/src/setMongodb.ts @@ -641,9 +641,14 @@ FindCursor.prototype.toArray = async function(){ addGameLog("system","findCount",null,{ collection: this.namespace.collection, db:this.namespace.db, - filter: this.filter, count:rss.length }) + console.log("system,findCount",{ + collection: this.namespace.collection, + db:this.namespace.db, + count:rss.length + }) + console.trace(); } return rss; } \ No newline at end of file