trace log

This commit is contained in:
dy 2023-12-18 20:20:01 +08:00
parent 9964e12f80
commit 203e8ee297

View File

@ -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;
}