Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 40078 invoked from network); 29 Oct 2004 14:26:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Oct 2004 14:26:36 -0000 Received: (qmail 57729 invoked by uid 500); 29 Oct 2004 14:26:12 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 57598 invoked by uid 500); 29 Oct 2004 14:26:10 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 57569 invoked by uid 99); 29 Oct 2004 14:26:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [204.146.167.214] (HELO Boron.MeepZor.Com) (204.146.167.214) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 29 Oct 2004 07:26:10 -0700 Received: from [9.37.243.144] (dmz-firewall [206.199.198.4]) by Boron.MeepZor.Com (8.11.6/8.11.6) with ESMTP id i9TEQ7v31845 for ; Fri, 29 Oct 2004 10:26:07 -0400 Message-ID: <418252E0.3040308@wstoddard.com> Date: Fri, 29 Oct 2004 10:25:36 -0400 From: Bill Stoddard User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: [PATCH] ap_log_cerror() References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jeff Trawick wrote: > I'm gonna puke if I see another connection-oriented error message with > no client IP. > > Am I missing something basic, or is there really no reason NOT to have > ap_log_cerror()? It seems so obvious. > > before: > [Fri Oct 29 06:56:16 2004] [info] (32)Broken pipe: core_output_filter: > writing data to the network > > after: > [Fri Oct 29 06:56:54 2004] [info] [client 192.168.1.128] (32)Broken > pipe: core_output_filter: writing data to the network > > There are probably a number of other places where this can be applied, > and of course I need to add doc to http_log.h, but this is my sanity > check that somebody here knows something that google doesn't. +1 Bill