To print system messages to both /var/log/messgaes and to console do the following
save the file and restart the service
# vi /etc/syslog.confAdd the following lines
kern.* /dev/console
*.info;mail,authpriv,cron,kern.none /dev/console
save the file and restart the service
# /etc/init.d/syslogd restart