Skip to content

Instantly share code, notes, and snippets.

@teeparham
Last active January 18, 2018 22:20
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 teeparham/1e59e3674f99ffdb6c29b3f3bda2dfeb to your computer and use it in GitHub Desktop.
Save teeparham/1e59e3674f99ffdb6c29b3f3bda2dfeb to your computer and use it in GitHub Desktop.
rails log grep
grep -C500 --group-separator=================== some/url production.log |
grep -v "^[Read|Write|Completed|Processing|Act|\/usr|\-]" |
grep -v "^[[:space:]][[:space:]]Re" |
more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment