From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 21:17:16 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80EEC16A4CE for ; Thu, 27 Jan 2005 21:17:16 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFC243D54 for ; Thu, 27 Jan 2005 21:17:16 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc11) with ESMTP id <2005012721170601100ckfv0e>; Thu, 27 Jan 2005 21:17:15 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id C9B8060C6; Thu, 27 Jan 2005 16:17:05 -0500 (EST) Message-ID: <41F95A60.6000602@trini0.org> Date: Thu, 27 Jan 2005 16:17:20 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 1.0 (X11/20050122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruben de Groot References: <41F136B9.20604@trini0.org> <41F13CFA.9050205@daleco.biz> <41F1400D.4040204@trini0.org> <41F52DF6.4050007@trini0.org> <20050125133757.GA92124@ei.bzerk.org> <41F67396.3010003@trini0.org> <20050127211134.GA10969@ei.bzerk.org> In-Reply-To: <20050127211134.GA10969@ei.bzerk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions Subject: Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 21:17:16 -0000 Ruben de Groot wrote: >On Tue, Jan 25, 2005 at 11:28:06AM -0500, Gerard Samuel typed: ><...> > > > >>>This will only log user.info messages coming from the ppp program to >>>/var/log/php.log. Either move the "user.=info" line up or finish the >>>"!ppp" block with a "!*" line (see manpage). >>> >>> >>> >>I went over the man page, and I dont see any references about finishing >>program blocks. So Im taking your word for it. >> >> > >>From syslog.conf(5): > > A program or hostname specification may be reset by giving the program or > hostname as `*'. > Thanks. Yes I saw that, but wasn't sure of its usage i.e. '*' or '!*'