Last Updated: February 25, 2016
·
801
· xtoddx

Best way to review rails logs

less -R log/development.log

This preserves ANSI colorization of the log file (unlike opening it in vim), and allows you to navigate around the file using vim-like keybindings (unlike tail or cat).