From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 00:05:46 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 544ED37B401 for ; Thu, 24 Apr 2003 00:05:46 -0700 (PDT) Received: from smtp.mailbox.co.uk (smtp.mailbox.co.uk [195.82.125.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4422F43FD7 for ; Thu, 24 Apr 2003 00:05:45 -0700 (PDT) (envelope-from wayne.pascoe@penguinpowered.org.uk) Received: from [212.18.244.168] (helo=marvin.penguinpowered.org.uk) by smtp.mailbox.co.uk with esmtp (Exim 3.36 #1) id 198ang-0000hY-00 for freebsd-questions@freebsd.org; Thu, 24 Apr 2003 08:05:44 +0100 Received: from waynep by marvin.penguinpowered.org.uk with local (Exim 3.33 #1) id 198axN-000BjU-00 for freebsd-questions@freebsd.org; Thu, 24 Apr 2003 08:15:45 +0100 Date: Thu, 24 Apr 2003 08:15:45 +0100 From: Wayne Pascoe To: freebsd-questions@freebsd.org Message-ID: <20030424071545.GA45006@marvin.penguinpowered.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-System: FreeBSD i386 with kernel 4.8-STABLE Sender: User Waynep Subject: syslog logging question 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, 24 Apr 2003 07:05:46 -0000 Hi all, I have ipfilter on some of my boxes. In /etc/syslog.conf, I have the following lines: !ipmon *.* /var/log/ipf.log This works, and I get all entries in /var/log/ipf.log, which is good. The problem I have is that I also get all entries in /var/log/messages What do I need to do to stop syslog logging these messages to both locations and start logging only to /var/log/ipf.log ? TIA, -- Wayne Pascoe