tail -f is the simplest, most universal way to watch a log file grow in real time. Variants: tail -F (handles log rotation), multitail (multiple files in one terminal), lnav (a richer log navigator).
It is the analyst's "second screen" during any live response — you follow an HTTP access log, an auth log, or a custom app log while running other commands.