From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 17:59:38 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CF751065674 for ; Wed, 26 Jan 2011 17:59:38 +0000 (UTC) (envelope-from toomas.aas@raad.tartu.ee) Received: from kuller.raad.tartu.ee (kuller.raad.tartu.ee [213.184.43.8]) by mx1.freebsd.org (Postfix) with ESMTP id 413C48FC08 for ; Wed, 26 Jan 2011 17:59:37 +0000 (UTC) Received: from kuller.raad.tartu.ee (localhost [127.0.0.1]) by kuller.raad.tartu.ee (Postfix) with ESMTP id 39F2D39888; Wed, 26 Jan 2011 19:59:37 +0200 (EET) X-Virus-Scanned: amavisd-new at post.raad.tartu.ee Received: from kuller.raad.tartu.ee ([127.0.0.1]) by kuller.raad.tartu.ee (kuller.raad.tartu.ee [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rT+99JfkJleo; Wed, 26 Jan 2011 19:59:36 +0200 (EET) Received: by kuller.raad.tartu.ee (Postfix, from userid 80) id DD0D93988D; Wed, 26 Jan 2011 19:59:35 +0200 (EET) Received: from 179.37.190.90.dyn.estpak.ee (179.37.190.90.dyn.estpak.ee [90.190.37.179]) by webmail.raad.tartu.ee (Horde Framework) with HTTP; Wed, 26 Jan 2011 19:59:35 +0200 Message-ID: <20110126195935.179265ug0ms0s3gg@webmail.raad.tartu.ee> Date: Wed, 26 Jan 2011 19:59:35 +0200 From: Toomas Aas To: Robert Bonomi References: <201101252210.p0PMAls9059876@mail.r-bonomi.com> In-Reply-To: <201101252210.p0PMAls9059876@mail.r-bonomi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.7) X-Originating-IP: 90.190.37.179 X-Mailman-Approved-At: Wed, 26 Jan 2011 18:13:03 +0000 Cc: questions@freebsd.org Subject: Re: dhcpd does not log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 17:59:38 -0000 Hello, Robert! > I don't think syslog understands '.*' for priority. Actually, according to syslog.conf(5) it should: --------------------------------------------------------------------------- An asterisk (``*'') can be used to specify all facilities, all levels, or all programs. --------------------------------------------------------------------------- > > Try using 'local4.debug' -- that will log anything at 'debug' *OR*HIGHER*. I tried that, but it didn't help. Actually, I have several other daemons logging to various localX facilities and they do work with '*' level in syslog.conf Thanks for taking the time to respond. -- Toomas Aas