Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Forked from jakebathman/logslaravel.sh
Last active September 18, 2018 02:36
Show Gist options
  • Save wayanjimmy/ff6c61c50867f86c2373968ac1febbda to your computer and use it in GitHub Desktop.
Save wayanjimmy/ff6c61c50867f86c2373968ac1febbda to your computer and use it in GitHub Desktop.
Tail Laravel logs and filter out the stack traces
tail -f -n 450 storage/logs/laravel*.log \
| grep -i -E -C 4 \
"^\[\d{4}\-\d{2}\-\d{2} \d{2}:\d{2}:\d{2}\]|Next [\w\W]+?\:" \
--color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment