Subject: Re: syslog.conf
To: Al Urbaitis <aurbaiti@servecom.picker.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 07/11/2001 18:06:42
On Wed, 11 Jul 2001, Al Urbaitis wrote:
> # The authpriv log file should be restricted access; these
> # messages shouldn't go to terminals or publically-readable
> # files.
> auth,authpriv.info /var/log/authlog
> daemon.info /var/log/pppdlog
The one you want is "daemon.debug".
> I seem to need something more here as
> /var/log/ppdlog doesn't look much different than /var/log/messages
Are you invoking "pppd" with the "debug" option? You can also toggle
it on and off at run-time with "kill -USR1 `cat /var/run/ppp0.pid`".
Frederick