Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anothergituser
Created October 31, 2015 22:51
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 anothergituser/70a9572ec39eab5c8b1a to your computer and use it in GitHub Desktop.
Save anothergituser/70a9572ec39eab5c8b1a to your computer and use it in GitHub Desktop.
Watch laravel log in terminal using tail and grep
tail -f app/storage/logs/laravel.log | grep --line-buffered -v -P '(^#\d+|^Stack)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment