syslog client to log to syslog-ng and itself
I am pointing one of my syslog client to a syslog-ng server. I want to log all message on the client itself AND on the syslog-ng server as well. Is there any easy way to do this? This is my current config file -
*.info;mail.none;authpriv.none;cron.none /var/log/messages
*.info;mail.none;authpriv.none;cron.none @192.168.25.11
authpriv.* /var/log/secure
mail.* -/var/log/maillog
cron.* /var/log/cron
*.emerg *
uucp,news.crit /var/log/spooler
local7.* /var/log/boot.log
|