From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:06:48 2006 Return-Path: X-Original-To: questions@freebsd.org 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 02E7316A4DD for ; Wed, 12 Jul 2006 16:06:48 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C4E43D49 for ; Wed, 12 Jul 2006 16:06:47 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (sccrmhc12) with ESMTP id <2006071216064601200d1chse>; Wed, 12 Jul 2006 16:06:46 +0000 From: Josh Paetzel To: questions@freebsd.org Date: Wed, 12 Jul 2006 11:06:45 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607121106.45973.josh@tcbug.org> Cc: Subject: syslogd configuration question 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, 12 Jul 2006 16:06:48 -0000 I have the following in my named.conf logging { channel my_syslog { syslog local5; severity info; }; }; In /etc/syslog.conf I have the following local5.* /var/log/bind/bind.log *.info;mail.none;cron.none;kern.none;local0.none;local5.none;ftp.none;auth.none;authpriv.none;secur ity.none /var/log/messages/messages named is logging to both /var/log/bind/bind.log and /var/log/messages/messages What can I do to stop named from logging to /var/log/messages/messages? -- Thanks, Josh Paetzel