From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 22:19:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3353D1065675 for ; Wed, 30 Jul 2008 22:19:42 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 0D2218FC12 for ; Wed, 30 Jul 2008 22:19:41 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so334238rvf.43 for ; Wed, 30 Jul 2008 15:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=JhLKAie2kovQYJF3bRFOaFrD2vXEmwi6qrh6Q82d4KA=; b=wnPa+5GtIj3BzaBSOXqqQMR0zm3mFYgLUGCJy1UQgkMnxNlUkl3AUUM2NviRwTq3KX eOOumDLp2+dNYOTaWBVdbfwd1Gj0uWc9tiPYe9Y/e8JPC3LHXeFQ+RTA7kDzIgn9QPqo RFTNl/SahSZUscjddHiwQ9Tu8DnuEAVvq5EUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=WxwHKDWpRBAmtM8H02gu59Z3WXelDsigSaNqxnwLFX2c1HdffSh/O6dwYq1YwsJKTW Ee2Twk5kmzMk6DTTepqbooAf5Oc7udbo8cSfEBmV6ct9TncliUK5L5HLOfXnHXLSD9OP +qpsObADuKVDE96WfsXnGUDpT71xik8o+OUNM= Received: by 10.141.177.2 with SMTP id e2mr4878027rvp.268.1217456381189; Wed, 30 Jul 2008 15:19:41 -0700 (PDT) Received: by 10.141.189.8 with HTTP; Wed, 30 Jul 2008 15:19:41 -0700 (PDT) Message-ID: Date: Wed, 30 Jul 2008 15:19:41 -0700 From: patrick To: "FreeBSD Questions Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: syslog 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, 30 Jul 2008 22:19:42 -0000 I've configured my Apache process to send the ErrorLog to the syslog:local5 facility. In my syslog.conf file, I have: !httpd *.* /usr/local/apache/logs/error_log to catch these log messages. This works great, but these messages are also going into my /var/log/messages which has: *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messag es Apache sends to local5.notice. I have tried add local5.none to this line which according to the man page is suppose to disable all local5 messages, but they still come through. Is there something I'm missing here? Thanks, Patrick