Skip to content

Instantly share code, notes, and snippets.

@Irio
Created October 20, 2012 22:45
Show Gist options
  • Save Irio/3925096 to your computer and use it in GitHub Desktop.
Save Irio/3925096 to your computer and use it in GitHub Desktop.
Log command to get continually tail of a Rails application
tail -f log/development.log | grep -vE "(^\s*$|asset)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment