Created
June 22, 2015 09:53
-
-
Save d0x/4fd6988fcfec34e0fd33 to your computer and use it in GitHub Desktop.
Log every mongodb query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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