2004-01-08 Fedora Tips #6:
It is sometimes useful to have log files handy. Instead of "tail
-f"ing all of them, here is a simplier way - edit /etc/syslog.conf and
add this line:
*.* /dev/tty9REMEMBER TO USE TABS! syslog doesn't like spaces.After that, do "service syslog restart". Now, you can use Ctrl-ALT-F9 (Thanks Brian Tipton for pointing out a small mistake) to see the logs scrolling by. (Source : http://www.tldp.org/HOWTO/Tips-HOWTO-2.html#ss2.1) - submitted by Leonid Mamtchenkov