Originally posted by: drag
Not sure what your looking for.. but a log for the systme is kept in /var/log/messages and constantly updated.
In fact if you want to keep track of it you can do things like:
tail -f /var/log/messages
Also usefull for other ones like auth log.
Also the dmesg command is usefull. It will show kernel messages which you can pipe thru grep and whatnot.
I never noticed the bootlog thing before, but you can turn it on if you want. Could be usefull.