From owner-freebsd-questions@FreeBSD.ORG Fri May 2 16:35:20 2003 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 B1D1837B401 for ; Fri, 2 May 2003 16:35:20 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-10-105.abo.wanadoo.fr [193.252.200.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC2F643F3F for ; Fri, 2 May 2003 16:35:18 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from srv01.lphp.org.local (localhost [127.0.0.1]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h42NZGQB038114; Sat, 3 May 2003 01:35:17 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Received: (from www@localhost) by srv01.lphp.org.local (8.12.8p1/8.12.8/Submit) id h42NZFUK037795; Sat, 3 May 2003 01:35:15 +0200 (CEST) (envelope-from ajacoutot@lphp.org) X-Authentication-Warning: srv01.lphp.org.local: www set sender to ajacoutot@lphp.org using -f Received: from sta01.lphp.org.local (sta01.lphp.org.local [192.168.0.4]) by webmail.lphp.org (IMP) with HTTP for ; Sat, 3 May 2003 01:35:15 +0200 Message-ID: <1051918515.3eb300b34d4d9@webmail.lphp.org> Date: Sat, 3 May 2003 01:35:15 +0200 From: Antoine Jacoutot To: Andy Farkas References: <20030503092403.C67119-100000@hewey.af.speednet.com.au> In-Reply-To: <20030503092403.C67119-100000@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 / FreeBSD-4.8 cc: freebsd-questions@freebsd.org Subject: Re: syslogd facility 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: Fri, 02 May 2003 23:35:21 -0000 Selon Andy Farkas : > I can suggest two things. 1/ run syslogd with -vv flags. This will show > what level/facility messages have. 2/ log everything to /var/log/all.log > by uncommenting the line in /etc/syslog.conf. Now you can tail -f and > watch what gets logged. > > Also, read "man syslog.conf" very carefully. Thanks. I finally figured out a solution: I used the LOCAL0 facility and it looks like it is working. Antoine