instead of
tail -f log/development.log
use
less +F log/development.log
so you can use Ctrl-c
to move/search inside de log (vim-like) and then Shift-f
to go back to the monitoring state.
instead of
tail -f log/development.log
use
less +F log/development.log
so you can use Ctrl-c
to move/search inside de log (vim-like) and then Shift-f
to go back to the monitoring state.