Skip to content

Instantly share code, notes, and snippets.

@mattbloomfield
Created April 2, 2021 14:42
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 mattbloomfield/a1c65b525633916ba51c5c82bd599b9a to your computer and use it in GitHub Desktop.
Save mattbloomfield/a1c65b525633916ba51c5c82bd599b9a to your computer and use it in GitHub Desktop.
Tails the logs output by CraftCMS
#!/usr/bin/env bash
## Tails the logs output by CraftCMS
## Usage: fin logs
# Forces whole job to error on failure
set -e
fin exec "tail -f storage/logs/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment