Search code examples
rmongodbprofilermongodb

Set profile level using rmongodb


Is there a way to issue the set profiling level command from R using rmongodb library?
The corresponding shell command is:

db.setProfilingLevel(1)

Solution

  • Based on review of documentation there is nothing related to profiling there. So I assume that it is not possible.

    I suggest you to ask for a feature request on their github