PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 8th of March, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[13:53:02] <karoshi4> What's happening here? I'm storing results in the collection, I can see the size of the DB increasing - but the count stays 0 in the collection - https://dpaste.org/5SzN
[14:08:45] <kali> karoshi4: db.one_hour_test.stats(), not db.collection.stats()
[14:11:52] <karoshi4> kali Ah, ty