Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 20:05:01 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        "Kanno, Ken" <kkanno@rivenet.com>
Cc:        "'stable@freebsd.org'" <stable@freebsd.org>
Subject:   Re: syslog config
Message-ID:  <20010717200501.A40534@walton.maths.tcd.ie>
In-Reply-To: <0C3A66859AEF6E42A1B4AB53307B77AA0AF4CF@ex02.ad.rivenet.com>; from kkanno@rivenet.com on Tue, Jul 17, 2001 at 01:42:06PM -0500
References:  <0C3A66859AEF6E42A1B4AB53307B77AA0AF4CF@ex02.ad.rivenet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> !startslip
> *.*                                             /var/log/slip.log
> !ppp
> *.*                                             /var/log/ppp.log
> 
> local4.emerg                                   /opt/syslog/pix_msg0
> local4.alert                                   /opt/syslog/pix_msg1
> local4.crit                                    /opt/syslog/pix_msg2
> local4.error                                   /opt/syslog/pix_msg3
> local4.warn                                    /opt/syslog/pix_msg4
> local4.notice                                  /opt/syslog/pix_msg5
> local4.info                                    /opt/syslog/pix_msg6
> local4.debug                                   /opt/syslog/pix_msg7

You have put the new lines after a "!ppp" line, which means that it
will only log if the program name is ppp. Try adding "!*" to indicate
all programs.

	David.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010717200501.A40534>