From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 22:35:14 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 362711065672 for ; Wed, 30 Jul 2008 22:35:14 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id 0C5588FC1A for ; Wed, 30 Jul 2008 22:35:13 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so343037rvf.43 for ; Wed, 30 Jul 2008 15:35:13 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=GTsnuFqktr1NVpy2GeVH++t1ANAmRadmR+ar/AdWXv4=; b=bnlbqaq0o8R0CgBvTcOIeZBDbEYMDAJL1/zaPrU+bdVBO8fyE+Qve76+k/HRydO1BJ gc3z6YQHYXw6gHunOJMe9+lbmPWaKGpo53Hid3FBNPyulmzoPgPDtcGpVbiYXQF3mRl+ kUBZq3/hVX1wM3ZqKy5Vzk+q9aGc5gYBsGkw8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=OEuFg17g67kpdaKKmU7Catnsr9JaLrPoSU0/bn+3eYaf/27j9fc8M0ID+DG6bcaBWh uIQ3+R5CqCLoahwiXrcRZhXy6+XshvJl3mn7kD/bQWe7F8lgm3n700c615I/ZUQpC+Da mO3ceCBx0LoCpGwZOzOJs4ktROD9sasMhc760= Received: by 10.141.87.13 with SMTP id p13mr4874553rvl.93.1217457313660; Wed, 30 Jul 2008 15:35:13 -0700 (PDT) Received: by 10.141.189.8 with HTTP; Wed, 30 Jul 2008 15:35:13 -0700 (PDT) Message-ID: Date: Wed, 30 Jul 2008 15:35:13 -0700 From: patrick To: "FreeBSD Questions Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: 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:35:14 -0000 For some reason, switching Apache to use local3 instead of local5 and updating syslog.conf correspondingly correct this. Weird. Patrick On Wed, Jul 30, 2008 at 3:19 PM, patrick wrote: > 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 >