From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 08:50:42 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6043337B401 for ; Tue, 22 Apr 2003 08:50:42 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D6C43FBD for ; Tue, 22 Apr 2003 08:50:41 -0700 (PDT) (envelope-from steve@energistic.com) Received: from energistic.com (smmsp@localhost [127.0.0.1]) by energistic.com (8.12.9/8.12.9) with ESMTP id h3MFodnu039799; Tue, 22 Apr 2003 10:50:39 -0500 (EST) (envelope-from steve@energistic.com) Received: (from root@localhost) by energistic.com (8.12.9/8.12.9/Submit) id h3MFodoo038800; Tue, 22 Apr 2003 10:50:39 -0500 (EST) (envelope-from steve) Date: Tue, 22 Apr 2003 10:50:39 -0500 From: Charlie Root To: Andy Farkas Message-ID: <20030422155039.GA98424@energistic.com> References: <20030423013826.O25182-100000@hewey.af.speednet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030423013826.O25182-100000@hewey.af.speednet.com.au> User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: Re: syslog.conf: *.debug X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 15:50:42 -0000 On Wed, Apr 23, 2003 at 01:47:47AM +1000, Andy Farkas wrote: > > /etc/syslog.conf recently had `*.debug /var/log/debug/log' added. > > syslogd seems to be sending *.* to this file. Anyone else see this? > isn't *.debug = *.*? Given that debug will log debug and anything higher than debug? And debug is the lowest priority? So this would be expected behavior, yeah? -Steve