FreeBSD 2.2.8
Hi there,
I have configured my Cisco 2500 router to send log message to my FreeBSD
server. It is using default facility "local7". Following are part of
my /etc/syslog.conf:
----------
local7.* /var/log/cisco.log
*.err;kern.debug;auth.notice;mail.crit /dev/console
*.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
----------
I notice both /var/log/cisco.log and /var/log/messages receive the log
messages from the router. I would want to know if I can configure so
that ONLY /var/log/cisco.log would receive the message?
Thank you.
-raymond