Re: Syslogd sending messages to two files

2004-01-16 Thread Francisco Reyes
On Fri, 9 Jan 2004, Jez Hancock wrote:

> Try adding local0.none to the line for /var/log/messages in
> /etc/syslog.conf - remember to send a HUP signal to syslogd after the
> changes are made :P

Adding that seems to have helped. Not sure yet if the messages stopped
totally, but they do seem to have decreased at least.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Syslogd sending messages to two files

2004-01-09 Thread Jez Hancock
On Fri, Jan 09, 2004 at 01:54:13PM +, Francisco Reyes wrote:
> Recently I setup a Soekris machine with M0n0wall and redirected the log
> files to a freebsd server. In /etc/syslogd I have:
> !ipmon
> *.* /var/log/mono.log
Try adding local0.none to the line for /var/log/messages in
/etc/syslog.conf - remember to send a HUP signal to syslogd after the
changes are made :P

ie:

*.notice;kern.debug;mail.crit;news.err;local0.none  /var/log/messages

...

!ipmon
*.* /var/log/ipmon.log

which works to just log ipmon messages to /var/log/ipmon.log and not
/var/log/messages.


-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - personal weblog
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"