Skip to content

Instantly share code, notes, and snippets.

@richard-to
Created January 2, 2013 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richard-to/4433179 to your computer and use it in GitHub Desktop.
Save richard-to/4433179 to your computer and use it in GitHub Desktop.
Capture print statements to help debug mongodb map reduce jobs. This was from a StackOverflow answer I found somewhere.
tail -f mongodb.log | grep "^SOME_KEY:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment