Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
2.0.0
-
None
-
None
-
ALL
Description
after set profilling level, cannot get any results from db.system.profile.find()
> use test
switched to db test
> db.system.profile.find()
> db.setProfilingLevel(2)
> db.test.insert(
{"a":1})
> db.system.profile.find()
>