Skip to content

Instantly share code, notes, and snippets.

@d0x
Created June 22, 2015 09:53
Show Gist options
  • Select an option

  • Save d0x/4fd6988fcfec34e0fd33 to your computer and use it in GitHub Desktop.

Select an option

Save d0x/4fd6988fcfec34e0fd33 to your computer and use it in GitHub Desktop.
Log every mongodb query
db.getProfilingLevel()
db.setProfilingLevel(2) // enables a log for every query
db.system.profile.find().limit(10).sort( { ts : -1 } ).pretty()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment