Skip to content

Instantly share code, notes, and snippets.

@flackend
Forked from antonioribeiro/gist:56db3340ad621b9c1d61
Last active August 29, 2015 14:08
Show Gist options
  • Save flackend/33c9b4498ac1dee37434 to your computer and use it in GitHub Desktop.
Save flackend/33c9b4498ac1dee37434 to your computer and use it in GitHub Desktop.
# Tail Laravel and Webserver (NGINX & Apache 2) log files
# Compatible with Laravel 4 & 5
#
alias tl="ls -d /var/log/nginx/* /var/log/apache2/* storage/logs/* app/storage/logs/* storage/laravel.log | grep -v 'gz$' | grep -v '1$' | xargs tail -f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment