Skip to content

Instantly share code, notes, and snippets.

@anothergituser
Created October 31, 2015 22:51
Show Gist options
  • Select an option

  • Save anothergituser/70a9572ec39eab5c8b1a to your computer and use it in GitHub Desktop.

Select an option

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