Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2000 11:24:58 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Jim Pazarena <paz@ccstores.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: inetd logging 
Message-ID:  <50986.955704298@axl.ops.uunet.co.za>
In-Reply-To: Your message of "Thu, 13 Apr 2000 16:40:45 MST." <10004131640.aa03553@ccstores.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 13 Apr 2000 16:40:45 MST, Jim Pazarena wrote:

> I have installed FreeBSD v4.0, and find that inetd "successful logging"
> isn't working.

Are you sure it isn't just logging to another facility?  The manual
page is quite clear about the facility used; usually ``daemon'', unless
wrapping options are specified, in which case ``auth'.

You can find out for yourself exactly which facility.priority is used
for any given message as follows...

Uncomment the line in /etc/syslog.conf which sends _all_ syslog messages
to /var/log/all.log.  Create that file as follows:

	touch /var/log/all.log

Then kill syslogd and start a new instance up with the -v (verbose)
option, which causes syslogd to include in its log files the facility
and priority of each message.

Ciao,
Sheldon.


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




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