I just found out a few days ago that `-F` works with multiple files, too. When there's new content on one, tail prefixes the output with a header, telling you what file it is.
I've used that to watch all logs apache and descendant processes could be writing to:
This will also follow a log file if it rotates.