Watch a Log File for Changes using tail
This command will let you watch a log file for changes as soon as they happen.
tail -f log/development.log
This command will let you watch a log file for changes as soon as they happen.
tail -f log/development.log
Hey, I don’t think your formatting is working right, but I found this snippet useful. Thanks for the tip!
sean